зеркало из https://github.com/mozilla/pjs.git
Bug 728547 - Increase the forgetSkippable timer value, r=mccr8
This commit is contained in:
Родитель
bf09c6929c
Коммит
ef3b044c4c
|
@ -140,9 +140,9 @@ static PRLogModuleInfo* gJSDiagnostics;
|
|||
|
||||
// The amount of time we wait between a request to CC (after GC ran)
|
||||
// and doing the actual CC.
|
||||
#define NS_CC_DELAY 5000 // ms
|
||||
#define NS_CC_DELAY 6000 // ms
|
||||
|
||||
#define NS_CC_SKIPPABLE_DELAY 250 // ms
|
||||
#define NS_CC_SKIPPABLE_DELAY 400 // ms
|
||||
|
||||
#define NS_CC_FORCED (5 * 60 * PR_USEC_PER_SEC) // 5 min
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче