From 362ecb0bc7d6c3c7c086bed94c52befb6a2f5fd3 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 19 Dec 2022 13:39:36 -0600 Subject: [PATCH] Tweak fly config --- fly.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/fly.toml b/fly.toml index c197054..40f1745 100644 --- a/fly.toml +++ b/fly.toml @@ -1,16 +1,7 @@ -# fly.toml file generated for pgweb-demo on 2022-11-14T11:19:39-06:00 - app = "pgweb-demo" kill_signal = "SIGINT" kill_timeout = 5 -[env] - SESSIONS = "1" - -[experimental] - allowed_public_ports = [] - auto_rollback = true - [processes] web = "pgweb --sessions --bind=0.0.0.0" @@ -20,6 +11,7 @@ kill_timeout = 5 processes = ["web"] protocol = "tcp" script_checks = [] + [services.concurrency] hard_limit = 25 soft_limit = 20