From ddca196c6d140a5101375c4aa5ae854658623cdf Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 3 Aug 2022 00:55:53 +0900 Subject: [PATCH] =?UTF-8?q?HTTP=5FCLIENT=5FTIMEOUT=2060s=E2=86=92120s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index b68e79f..338621c 100644 --- a/fly.toml +++ b/fly.toml @@ -8,7 +8,7 @@ processes = [] [env] LISTEN_ADDR = "0.0.0.0:8080" RUN_MIGRATIONS = "1" - HTTP_CLIENT_TIMEOUT = "60" + HTTP_CLIENT_TIMEOUT = "120" [experimental] allowed_public_ports = []