From f037a4b0d2fc37df1f68bca598d1d4fc138ff0ae Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 4 Apr 2023 15:43:30 -0500 Subject: [PATCH] Change demo env idle timeout to 30 mins --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 2840b0a..f2302c5 100644 --- a/fly.toml +++ b/fly.toml @@ -3,7 +3,7 @@ kill_signal = "SIGINT" kill_timeout = 5 [processes] - web = "pgweb --sessions --bind=0.0.0.0 --metrics" + web = "pgweb --sessions --bind=0.0.0.0 --metrics --idle-timeout=30" [[services]] http_checks = []