Fixed CcComputeNextScanTime

This commit is contained in:
Dibyamartanda Samanta 2024-05-21 14:40:02 +02:00
parent 25a937916b
commit a8a6e6be35

View File

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