~singpolyma/soapbox-fly

4f925366b362637f2fb8df897aef31425b8f269c — Stephen Paul Weber 2 years ago e4962c2
Tweak limits
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"