From 6571d194c72d1ecf93c45b3f29c3449dd269b48e Mon Sep 17 00:00:00 2001 From: jay-dhanwant Date: Thu, 24 Oct 2024 21:22:42 +0530 Subject: [PATCH] nsfw init --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 5620cf3..7bd73ad 100644 --- a/fly.toml +++ b/fly.toml @@ -24,8 +24,8 @@ swap_size_mb = 32768 alpn = ['h2'] [services.concurrency] - hard_limit = 20000 - soft_limit = 1000 + hard_limit = 500 + soft_limit = 250 [[vm]] memory = '16gb'