summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-07-06 07:40:39 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-07-06 07:40:39 +0000
commite1a5f32ee4e4273e42720a910b6ad0e928d5854b (patch)
tree55fae8d567112585a9644d99b0e861cf59a56614 /configdefinitions
parentc44eaefc2f3b541c2a435f360709fd4fc7b1de4d (diff)
Let sequencer type be configurable
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index 5fea913316a..3274f713623 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -31,6 +31,9 @@ num_threads int default=8 restart
## Negative number will choose a good number based on # cores.
num_response_threads int default=2
+## Type of sequenced thread executor use for persistence replies.
+response_sequencer_type enum {LATENCY, THROUGHPUT, ADAPTIVE} default=ADAPTIVE
+
## 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
## to an optimized merge chain that guarantuees minimum data transfer.