summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-05 18:45:27 +0200
committerGitHub <noreply@github.com>2020-04-05 18:45:27 +0200
commit1e0579f167678982265b9b7ff635c028c7519e36 (patch)
tree672c9e0421be09f5f3ecf5e2d9eed37f92288fd7
parent61af68b664a62e87b7f82893c91397dbefbd905f (diff)
parentec75b8fd39cfa17be303d7e28dc9c0902dcb981a (diff)
Merge pull request #12835 from vespa-engine/revert-12832-balder/only-one-network-thread
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.