summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-30 07:44:33 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-05-04 12:06:51 +0000
commitf57ad042b46830003497d2b5e47cd5157fa12054 (patch)
tree8bb6586da1c203ce1a8045d50339db6f24277226 /configdefinitions
parent38adff58b5f6f148c0a2d0116e53f38955eaed8d (diff)
- Implement async put
- Move result processing to MessageTracker - Wire putAsync through provider error wrapper too. - Handle both sync and async replies in tests.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index 7816ee74fde..56f82d9e9cf 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -26,6 +26,11 @@ disk_operation_timeout int default=0 restart
## Number of threads to use for each mountpoint.
num_threads int default=8 restart
+## Number of thread 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=0
+
## 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.