Sfoglia il codice sorgente

docs(buffer_worker): improve description of `request_timeout`

Thales Macedo Garitezi 3 anni fa
parent
commit
0e707e837f
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      apps/emqx_resource/i18n/emqx_resource_schema_i18n.conf

+ 4 - 4
apps/emqx_resource/i18n/emqx_resource_schema_i18n.conf

@@ -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: """请求超"""
     }
   }