Skip to content

Commit

Permalink
bfenetworks#7 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yudiezheng1127 committed Dec 6, 2021
1 parent 550eb2c commit 48db2f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/Clusters/components/BaseConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ export default {
hash_header: 'Cookie:USERID'
},
timeouts: {
timeout_conn_serv: 2,
timeout_response_header: 60,
timeout_conn_serv: 2000,
timeout_response_header: 60000,
timeout_readbody_client: 30000,
timeout_read_client_again: 30000,
timeout_read_client_again: 60000,
timeout_write_client: 60000
},
retries: {
Expand Down

0 comments on commit 48db2f5

Please sign in to comment.