1 files changed, 5 insertions(+), 1 deletions(-)
M fly.toml
M fly.toml => fly.toml +5 -1
@@ 16,8 16,12 @@ processes = []
protocol = "tcp"
script_checks = []
+ [services.concurrency]
+ hard_limit = 4096
+ soft_limit = 4096
+
[[services.http_checks]]
- grace_period = "25s"
+ grace_period = "35s"
interval = "10s"
method = "get"
path = "/api/v1/pleroma/healthcheck"