Merge pull request #96 from rmblau/main
bump to 10s on read and write timeout
This commit is contained in:
commit
6ca8d8bef1
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ jwt:
|
||||||
max_refresh: 168h
|
max_refresh: 168h
|
||||||
server:
|
server:
|
||||||
port: 2021
|
port: 2021
|
||||||
read_timeout: 2s
|
read_timeout: 10s
|
||||||
write_timeout: 1s
|
write_timeout: 10s
|
||||||
rate_period: 60s
|
rate_period: 60s
|
||||||
rate_limit: 300
|
rate_limit: 300
|
||||||
cors_allow_origins:
|
cors_allow_origins:
|
||||||
|
|
Loading…
Add table
Reference in a new issue