diff --git a/fly.toml b/fly.toml index 41978ce..14f5289 100644 --- a/fly.toml +++ b/fly.toml @@ -1,3 +1,8 @@ +# fly.toml app configuration file generated for devstats on 2026-07-12T22:44:28Z +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + app = 'devstats' primary_region = 'ams' @@ -7,10 +12,11 @@ primary_region = 'ams' [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true + auto_stop_machines = 'stop' auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ['app'] + concurrency = { hard_limit = 25, soft_limit = 20, type = 'connections' } [http_service.concurrency] type = 'connections'