lanyazhizhou opened a new issue, #8870:
URL: https://github.com/apache/apisix/issues/8870

   ### Description
   
   在dashbord界面创建一个上游,如下:
   ```
   {
     "nodes": [
       {
         "host": "172.16.10.12",
         "port": 8153,
         "weight": 1
       }
     ],
     "retries": 50,
     "type": "roundrobin",
     "hash_on": "vars",
     "scheme": "http",
     "pass_host": "pass",
     "name": "test"
   }
   ```
   没有配置timeout字段,则其默认的timeout是多少?怎么配置默认的timeout?
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to