summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@verizonmedia.com>2020-04-04 16:28:15 +0000
committerHenning Baldersheim <balder@verizonmedia.com>2020-04-04 16:28:15 +0000
commita8043a2e3edb544442961e3947c466e6d45ad716 (patch)
treeeb68c779a18bf943f52e8dbeadaf60ff66bd51e0
parent607c7cb232f436c2f094f1cb8cde03e76b6e360d (diff)
Go back to initial and rerun tests.
-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 0bc3f67f9c3..e0f2e89fa9d 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=2
+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