fix(configs): increase read timeout to adapt to slow servers
This commit is contained in:
parent
ac5b7b2685
commit
af87abff92
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ server:
|
|||
debug: false
|
||||
host: "0.0.0.0"
|
||||
port: 8686
|
||||
readTimeout: 3000
|
||||
readTimeout: 8000
|
||||
writerTimeout: 86400000 # 1 day
|
||||
maxHeaderBytes: 512
|
||||
publicPath: "/quickshare/public"
|
||||
|
|
|
@ -8,7 +8,7 @@ server:
|
|||
debug: true
|
||||
host: "0.0.0.0"
|
||||
port: 8686
|
||||
readTimeout: 2000
|
||||
readTimeout: 8000
|
||||
writerTimeout: 86400000 # 1 day
|
||||
maxHeaderBytes: 512
|
||||
publicPath: "public"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue