refactor(ruleset): remove async fetch limiter

This commit is contained in:
Aethersailor
2026-05-22 01:21:55 +08:00
parent 61083c3f0b
commit af519d39b3
6 changed files with 4 additions and 56 deletions

View File

@@ -307,5 +307,3 @@ enable_request_coalescing=true
coalesce_retry_on_5xx=true
;0 disables completed response caching. Values above 5 seconds are clamped to 5.
response_cache_ttl=0
;0 disables the limiter. A small value is safer on single-core deployments.
max_async_fetches=0

View File

@@ -365,5 +365,3 @@ enable_request_coalescing = true
coalesce_retry_on_5xx = true
# 0 disables completed response caching. If enabled, values above 5 seconds are clamped to 5.
response_cache_ttl = 0
# 0 disables the limiter. A small value is safer on single-core deployments.
max_async_fetches = 0

View File

@@ -175,4 +175,3 @@ advanced:
enable_request_coalescing: true
coalesce_retry_on_5xx: true
response_cache_ttl: 0
max_async_fetches: 0