fix(fly): change proxy limits

This commit is contained in:
Gergő Móricz 2024-08-14 18:52:40 +02:00
parent a6c81f9d62
commit cfad067a63
2 changed files with 8 additions and 8 deletions

View File

@ -24,8 +24,8 @@ kill_timeout = '30s'
[http_service.concurrency] [http_service.concurrency]
type = "requests" type = "requests"
hard_limit = 100 # hard_limit = 100
soft_limit = 50 soft_limit = 100
[[http_service.checks]] [[http_service.checks]]
grace_period = "10s" grace_period = "10s"
@ -51,8 +51,8 @@ kill_timeout = '30s'
[services.concurrency] [services.concurrency]
type = 'connections' type = 'connections'
hard_limit = 25 # hard_limit = 25
soft_limit = 20 soft_limit = 100
[[vm]] [[vm]]
size = 'performance-2x' size = 'performance-2x'

View File

@ -24,8 +24,8 @@ kill_timeout = '30s'
[http_service.concurrency] [http_service.concurrency]
type = "requests" type = "requests"
hard_limit = 200 # hard_limit = 200
soft_limit = 75 soft_limit = 200
[[http_service.checks]] [[http_service.checks]]
grace_period = "20s" grace_period = "20s"
@ -50,8 +50,8 @@ kill_timeout = '30s'
[services.concurrency] [services.concurrency]
type = 'connections' type = 'connections'
hard_limit = 30 # hard_limit = 30
soft_limit = 12 soft_limit = 200
[[vm]] [[vm]]
size = 'performance-4x' size = 'performance-4x'