| Index: src/heap/gc-idle-time-handler.h
|
| diff --git a/src/heap/gc-idle-time-handler.h b/src/heap/gc-idle-time-handler.h
|
| index ebb3b1cd857ddd9d6a17ae3478cc4c7a7f2e75cb..3beee164f449ff25d8623f204f05696dd10b34bd 100644
|
| --- a/src/heap/gc-idle-time-handler.h
|
| +++ b/src/heap/gc-idle-time-handler.h
|
| @@ -158,7 +158,7 @@ class GCIdleTimeHandler {
|
| // with time >= kMinLongIdleTime and without any mutator GC in between.
|
| static const int kMinLongIdleTime = kMaxFrameRenderingIdleTime + 1;
|
| static const int kLargeLongIdleTime = 900;
|
| - static const int kLongIdleNotificationsBeforeMutatorIsIdle = 20;
|
| + static const int kLongIdleNotificationsBeforeMutatorIsIdle = 600;
|
|
|
|
|
| class HeapState {
|
|
|