From 1b61cd22d0339cdd83df4794595fa2c0a3708052 Mon Sep 17 00:00:00 2001 From: Derick Date: Sun, 18 Feb 2024 11:24:15 -0600 Subject: [PATCH] flytoml --- fly.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fly.toml b/fly.toml index 77b2cf1..e0ca717 100644 --- a/fly.toml +++ b/fly.toml @@ -10,8 +10,8 @@ primary_region = "ord" processes = [] [mounts] -source = "litefs" -destination = "/var/lib/litefs" +source = "data" +destination = "/data" [build] @@ -29,10 +29,9 @@ internal_port = 8080 processes = ["app"] protocol = "tcp" script_checks = [] - [services.concurrency] -hard_limit = 100 -soft_limit = 80 +hard_limit = 25 +soft_limit = 20 type = "connections" [[services.ports]] @@ -48,4 +47,4 @@ port = 443 grace_period = "1s" interval = "15s" restart_limit = 0 -timeout = "10s" +timeout = "2s"