From 4f925366b362637f2fb8df897aef31425b8f269c Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Thu, 5 May 2022 19:11:34 -0500 Subject: [PATCH] Tweak limits --- fly.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index debaf21..f61a820 100644 --- a/fly.toml +++ b/fly.toml @@ -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" -- 2.38.5