docs(buffer_worker): improve description of `request_timeout`

This commit is contained in:
Thales Macedo Garitezi 2023-03-06 10:14:13 -03:00
parent e17ad320ee
commit 0e707e837f
1 changed files with 4 additions and 4 deletions

View File

@ -102,12 +102,12 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
request_timeout {
desc {
en: """Timeout for requests. If <code>query_mode</code> is <code>sync</code>, calls to the resource will be blocked for this amount of time before timing out."""
zh: """请求的超时。 如果<code>query_mode</code>是<code>sync</code>,对资源的调用将在超时前被阻断这一时间。"""
en: """Starting from the moment when the request enters the buffer, if the request remains in the buffer for the specified time or is sent but does not receive a response or acknowledgement in time, the request is considered expired."""
zh: """从请求进入缓冲区开始计时,如果请求在规定的时间内仍停留在缓冲区内或者已发送但未能及时收到响应或确认,该请求将被视为过期。"""
}
label {
en: """Request timeout"""
zh: """请求超"""
en: """Request Expiry"""
zh: """请求超"""
}
}