mirror of
https://github.com/kou029w/minicharge.fly.dev.git
synced 2025-01-31 06:08:03 +00:00
HTTP_CLIENT_TIMEOUT 30s→60s
nttr.fly.devからの応答がタイムアウトするのを避ける
This commit is contained in:
parent
0b7901b625
commit
c932d45a8e
1 changed files with 1 additions and 1 deletions
2
fly.toml
2
fly.toml
|
@ -8,7 +8,7 @@ processes = []
|
|||
[env]
|
||||
LISTEN_ADDR = "0.0.0.0:8080"
|
||||
RUN_MIGRATIONS = "1"
|
||||
HTTP_CLIENT_TIMEOUT = "30"
|
||||
HTTP_CLIENT_TIMEOUT = "60"
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
|
|
Loading…
Add table
Reference in a new issue