diff options
Diffstat (limited to 'src/mongo/db/db.cpp')
-rw-r--r-- | src/mongo/db/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/db.cpp b/src/mongo/db/db.cpp index 4a7f4c39fe6..f3709e08328 100644 --- a/src/mongo/db/db.cpp +++ b/src/mongo/db/db.cpp @@ -615,7 +615,7 @@ ExitCode _initAndListen(int listenPort) { // release periodically in order to avoid storage cache pressure build up. if (storageEngine->supportsReadConcernSnapshot()) { startPeriodicThreadToAbortExpiredTransactions(serviceContext); - startPeriodicThreadToDecreaseSnapshotHistoryCachePressure(serviceContext); + startPeriodicThreadToDecreaseSnapshotHistoryIfNotNeeded(serviceContext); } // Set up the logical session cache |