aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/resources/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-09-25 11:24:45 +0200
committerJon Marius Venstad <venstad@gmail.com>2020-09-25 14:19:41 +0200
commit9d5b7c9573bd2187bd95afe821b0d066b97a34af (patch)
tree710dd804549b26be75640cf84cf3d17254f88c75 /vespaclient-container-plugin/src/main/resources/configdefinitions
parent26cdf82766dca23c90ee42429b30362344a44b72 (diff)
Add async /document/v1 and backing executor
Diffstat (limited to 'vespaclient-container-plugin/src/main/resources/configdefinitions')
-rw-r--r--vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def15
1 files changed, 15 insertions, 0 deletions
diff --git a/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def b/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def
new file mode 100644
index 00000000000..19f4f50648b
--- /dev/null
+++ b/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def
@@ -0,0 +1,15 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package=com.yahoo.document.restapi
+
+# Delay before a throttled operation is retried.
+resendDelayMillis int default=100
+
+# Time between a document operation is received and a timeout response is sent
+defaultTimeoutSeconds int default=180
+
+# Time after which a visitor session times out
+visitTimeoutSeconds int default=120
+
+# Bound on number of document operations to keep in retry queue — further operations are rejected
+maxThrottled int default=200
+