configdefinitions.document-operation-executor.def Maven / Gradle / Ivy
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package=com.yahoo.document.restapi
# Duration for which resender thread sleeps after an operation is throttled
resendDelayMillis int default=10
# Bound on number of document operations to keep in retry queue — further operations are rejected
maxThrottled int default=4096
# Max age in seconds of message in throttled Q.
maxThrottledAge double default=3.0
© 2015 - 2024 Weber Informatics LLC | Privacy Policy