Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthlogic authored Jan 17, 2024
2 parents f808c53 + 48c261d commit 0496c8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions fly.production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ primary_region = "sin"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[http_service.concurrency]
type = "requests"
soft_limit = 400
hard_limit = 500
[http_service.concurrency]
type = "requests"
soft_limit = 400
hard_limit = 500

[env]
COUNTRY_OF_QUERY = "IN"
LOGGING = true

[env]
COUNTRY_OF_QUERY = "IN"
Expand Down
3 changes: 2 additions & 1 deletion fly.staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ primary_region = "sin"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[http_service.concurrency]

[http_service.concurrency]
type = "requests"
soft_limit = 400
hard_limit = 500
Expand Down

0 comments on commit 0496c8d

Please sign in to comment.