mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
fix connect_timeout value in ref file
This commit is contained in:
parent
dbb8f87787
commit
0c572dc862
1 changed files with 1 additions and 3 deletions
|
|
@ -20,9 +20,7 @@ endpoints:
|
|||
# for example endpoint: [ ip1:port, ip2:port ]
|
||||
endpoint: "127.0.0.1:80"
|
||||
# max time to wait for a connection to be established
|
||||
connect_timeout: 500ms
|
||||
# max time to wait for a response
|
||||
timeout: 10000ms
|
||||
connect_timeout: 0.005s
|
||||
|
||||
mistral_local:
|
||||
endpoint: "127.0.0.1:8001"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue