summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-05 18:46:54 +0200
committerGitHub <noreply@github.com>2020-04-05 18:46:54 +0200
commitda9a1fe368c0a3dfe3e2b64cfcd42034d39f4d45 (patch)
treee7a6625caf9ab859cbb55ff7e1cc0a18842e9d67 /storage
parent40b7aa999fdcea3d0362daf0c33d6b6592481f7a (diff)
Revert "Balder/control naptime"
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index e0f2e89fa9d..0bc3f67f9c3 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -35,9 +35,9 @@ mbus.num_network_threads int default=2
## Number of workers threads for messagebus.
## Any value below 1 will be 1.
-mbus.num_threads int default=1
+mbus.num_threads int default=2
-mbus.optimize_for enum {LATENCY, THROUGHPUT} default = THROUGHPUT
+mbus.optimize_for enum {LATENCY, THROUGHPUT} default = LATENCY
## Enable to use above thread pool for encoding replies
## False will use network(fnet) thread