Bug 996836 - Merge CLOSE and WRITE priority in cache2 I/O thread. r=michal

This commit is contained in:
Honza Bambas 2016-01-05 11:50:00 -05:00
parent eabf20dcd1
commit 871b5c83aa
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public:
READ,
MANAGEMENT,
WRITE,
CLOSE,
CLOSE = WRITE,
INDEX,
EVICT,
LAST_LEVEL,

View File

@ -76,7 +76,7 @@ function run_test()
log_("after purge");
// Prevent the I/O thread from evicting physically the data. We first want to re-open the entries.
// This deterministically emulates a slow hard drive.
testingInterface.suspendCacheIOThread(8);
testingInterface.suspendCacheIOThread(7);
log_("clearing");
// Now clear everything except pinned. Stores the "ce_*" file and schedules background eviction.