aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/config/stor-communicationmanager.def
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/config/stor-communicationmanager.def')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 8f5b22aa7fa..33b3ec37c04 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -29,11 +29,11 @@ mbus.compress.type enum {NONE, LZ4, ZSTD} default=LZ4
## TTL for rpc target cache
mbus.rpctargetcache.ttl double default = 600
-## Number of threads for mbus threadpool
+## Number of threads for network.
## Any value below 1 will be 1.
-mbus.num_threads int default=4
+mbus.num_threads int default=1
-mbus.optimize_for enum {LATENCY, THROUGHPUT} default = LATENCY
+mbus.optimize_for enum {LATENCY, THROUGHPUT} default = THROUGHPUT
## Enable to use above thread pool for encoding replies
## False will use network(fnet) thread
@@ -42,4 +42,4 @@ mbus.dispatch_on_encode bool default=true
## Enable to use above thread pool for decoding replies
## False will use network(fnet) thread
## Todo: Change default once verified in large scale deployment.
-mbus.dispatch_on_decode bool default=false
+mbus.dispatch_on_decode bool default=true