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