summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-05 18:45:06 +0200
committerGitHub <noreply@github.com>2020-04-05 18:45:06 +0200
commitec75b8fd39cfa17be303d7e28dc9c0902dcb981a (patch)
tree672c9e0421be09f5f3ecf5e2d9eed37f92288fd7
parent61af68b664a62e87b7f82893c91397dbefbd905f (diff)
Revert "Stick to 1 network thread."
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 82103219e47..e0f2e89fa9d 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -31,7 +31,7 @@ mbus.rpctargetcache.ttl double default = 600
## Number of threads for network.
## Any value below 1 will be 1.
-mbus.num_network_threads int default=1
+mbus.num_network_threads int default=2
## Number of workers threads for messagebus.
## Any value below 1 will be 1.