From 24ec0e2b477fd8eae0aef8fd4ab11c37d89b715b Mon Sep 17 00:00:00 2001 From: Srikanth L Date: Wed, 17 Jan 2024 12:52:07 +0530 Subject: [PATCH] Update fly.production.toml Hotfix --- fly.production.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fly.production.toml b/fly.production.toml index 5d8309e..a6037b1 100644 --- a/fly.production.toml +++ b/fly.production.toml @@ -16,6 +16,7 @@ primary_region = "sin" auto_start_machines = true min_machines_running = 0 processes = ["app"] + [http_service.concurrency] type = "requests" soft_limit = 400 @@ -24,7 +25,3 @@ primary_region = "sin" [env] COUNTRY_OF_QUERY = "IN" LOGGING = true - -[env] - COUNTRY_OF_QUERY = "IN" - LOGGING = true \ No newline at end of file