summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/resources/configdefinitions/document-operation-executor.def
blob: 19f4f50648bf7ca1b2a7cc89607b4f766ffdd4e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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