summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-07-06 10:14:27 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-07-06 10:14:27 +0000
commit2b04adf600a97aed3272ef31cbc442426b665879 (patch)
tree2a72a6c48b7e264895f43735fabc063db3c06aa1 /configdefinitions
parenta1e9de08322c03f79191d84df1586eac45c8d6b5 (diff)
Do not access object has been moved away.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index 3274f713623..8ac372c0575 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -29,10 +29,10 @@ num_threads int default=8 restart
## Number of threads for response processing and delivery
## 0 will give legacy sync behavior.
## Negative number will choose a good number based on # cores.
-num_response_threads int default=2
+num_response_threads int default=2 restart
## Type of sequenced thread executor use for persistence replies.
-response_sequencer_type enum {LATENCY, THROUGHPUT, ADAPTIVE} default=ADAPTIVE
+response_sequencer_type enum {LATENCY, THROUGHPUT, ADAPTIVE} default=ADAPTIVE restart
## When merging, if we find more than this number of documents that exist on all
## of the same copies, send a separate apply bucket diff with these entries