aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-13 09:38:49 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-01-13 09:38:49 +0100
commit8d69bebfd4269a41b83495bb72310ab5b88e6435 (patch)
tree642c7690cc054c67b9a7d2386da3d3960db152fa /configdefinitions
parent02f7d822efd3c7b03a8e1d45f5c1c77b98423811 (diff)
Use 2 rpc targets and 2 rpc network threads.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index ef4094a02bf..cd89530c89c 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -27,7 +27,7 @@ num_visitor_threads int default=16 restart
## Number of handler objects that might be created by network threads
## This is a temporary setting that only skilled vespa developers should modify
## This must be kept in line with stor-communicationmanager:rpc.num_network_threads
-num_network_threads int default=1 restart
+num_network_threads int default=2 restart
## Type of sequenced thread executor use for persistence replies.
response_sequencer_type enum {LATENCY, THROUGHPUT, ADAPTIVE} default=ADAPTIVE restart