Fixed CcComputeNextScanTime
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user