summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageserver/statereportertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/storageserver/statereportertest.cpp')
-rw-r--r--storage/src/tests/storageserver/statereportertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/storageserver/statereportertest.cpp b/storage/src/tests/storageserver/statereportertest.cpp
index 09df5063989..d7c5bdbf6ea 100644
--- a/storage/src/tests/storageserver/statereportertest.cpp
+++ b/storage/src/tests/storageserver/statereportertest.cpp
@@ -61,7 +61,7 @@ struct MetricClock : public metrics::MetricManager::Timer
}
StateReporterTest::StateReporterTest()
- : _threadPool(256_Ki),
+ : _threadPool(),
_clock(nullptr),
_top(),
_stateReporter()