HTTP_CLIENT_TIMEOUT 30s→60s

nttr.fly.devからの応答がタイムアウトするのを避ける
This commit is contained in:
Nebel 2022-08-02 13:25:44 +09:00 committed by GitHub
parent 0b7901b625
commit c932d45a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ processes = []
[env] [env]
LISTEN_ADDR = "0.0.0.0:8080" LISTEN_ADDR = "0.0.0.0:8080"
RUN_MIGRATIONS = "1" RUN_MIGRATIONS = "1"
HTTP_CLIENT_TIMEOUT = "30" HTTP_CLIENT_TIMEOUT = "60"
[experimental] [experimental]
allowed_public_ports = [] allowed_public_ports = []