You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/07/29 15:09:11 UTC

[incubator-apisix] branch master updated: bugfix: update comment to 30 seconds in config.yaml (#1929)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0034c66  bugfix: update comment to 30 seconds in config.yaml (#1929)
0034c66 is described below

commit 0034c66586f43116957b3ef6b932b36bb746040b
Author: Swayam Raina <sw...@gmail.com>
AuthorDate: Wed Jul 29 20:39:02 2020 +0530

    bugfix: update comment to 30 seconds in config.yaml (#1929)
---
 conf/config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/config.yaml b/conf/config.yaml
index aea1e85..20ba925 100644
--- a/conf/config.yaml
+++ b/conf/config.yaml
@@ -127,7 +127,7 @@ etcd:
   host:                           # it's possible to define multiple etcd hosts addresses of the same etcd cluster.
     - "http://127.0.0.1:2379"     # multiple etcd address
   prefix: "/apisix"               # apisix configurations prefix
-  timeout: 30                     # 3 seconds
+  timeout: 30                     # 30 seconds
   # user: root                     # root username for etcd
   # password: 5tHkHhYkjr6cQY        # root password for etcd
 #eureka: