mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
fix(fly): change proxy limits
This commit is contained in:
parent
a6c81f9d62
commit
cfad067a63
@ -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'
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user