summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-11-25 11:43:41 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-11-25 11:43:41 +0000
commitaa4bce4764c4f5cbef7fd4d058c06474a1846a4e (patch)
treeb5ca563e8625132b700e3dd45394fa3ebafa5988 /searchcore
parent2b71095df8a5f027d89407b4142c82930c5d720b (diff)
100hz -> 1kz clock
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton.cpp b/searchcore/src/vespa/searchcore/proton/server/proton.cpp
index 6e0a3991001..bbc599a661e 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/proton.cpp
@@ -212,7 +212,7 @@ Proton::Proton(const config::ConfigUri & configUri,
_warmupExecutor(),
_sharedExecutor(),
_queryLimiter(),
- _clock(0.010),
+ _clock(0.001),
_threadPool(128 * 1024),
_distributionKey(-1),
_isInitializing(true),