Fixed CcComputeNextScanTime
This commit is contained in:
parent
25a937916b
commit
a8a6e6be35
@ -27,7 +27,7 @@ CcComputeNextScanTime(PLARGE_INTEGER OldestTICKTIMEForMetadata, PLARGE_INTEGER N
|
||||
LARGE_INTEGER WRITE_DELAY = {0};
|
||||
LARGE_INTEGER TICK_ELAPSED = {0};
|
||||
|
||||
if (CcIsWriteBehindThreadpoolAtLowPriority())
|
||||
if (CcMaxWriteBehindThreads < CcNumberofWorkerThreads)
|
||||
{
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user