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
|
||||
server:
|
||||
port: 2021
|
||||
read_timeout: 2s
|
||||
write_timeout: 1s
|
||||
read_timeout: 10s
|
||||
write_timeout: 10s
|
||||
rate_period: 60s
|
||||
rate_limit: 300
|
||||
cors_allow_origins:
|
||||
|
|
Loading…
Add table
Reference in a new issue