From 0034c66586f43116957b3ef6b932b36bb746040b Mon Sep 17 00:00:00 2001 From: Swayam Raina Date: Wed, 29 Jul 2020 20:39:02 +0530 Subject: [PATCH] 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 aea1e859ff65..20ba92504631 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: