Bug 728547 - Increase the forgetSkippable timer value, r=mccr8

This commit is contained in:
Olli Pettay 2012-02-19 20:36:06 +02:00
Родитель bf09c6929c
Коммит ef3b044c4c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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