This is an automated email from the ASF dual-hosted git repository.
membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 14e544a doc: remove meanless content (#2669)
14e544a is described below
commit 14e544a6aabd2f134601fad08fb6bd8718b7d964
Author: idbeta <[email protected]>
AuthorDate: Mon Nov 9 23:08:07 2020 +0800
doc: remove meanless content (#2669)
---
FAQ_CN.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FAQ_CN.md b/FAQ_CN.md
index 886a561..79938d5 100644
--- a/FAQ_CN.md
+++ b/FAQ_CN.md
@@ -245,7 +245,7 @@ etcd提供接口wait、waitdir接口用于监听指定关键字、目录是否
以waitdir接口为例:
`syntax: res, err = cli:waitdir(dir:string [, modified_index:uint [,
timeout:uint] ])`
-其中timeout参数表示调用进程和etcd长连接的时间,值为0时表示无长连接。
+其中timeout参数表示调用进程和etcd长连接的时间。
APISIX关于etcd长连接时间的配置如下:
```