From 5cbac657dc8022be6d65ee44484e0ebdd25e95f0 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Tue, 23 Jun 2026 13:46:54 +0300 Subject: [PATCH] CfWorker pool age tune --- proxy/pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/pool.py b/proxy/pool.py index de2727f..3523bb1 100644 --- a/proxy/pool.py +++ b/proxy/pool.py @@ -111,7 +111,7 @@ class _WsPool: class _CfWorkerPool: - WS_POOL_MAX_AGE = 120.0 + WS_POOL_MAX_AGE = 100.0 def __init__(self): self._idle: Dict[Tuple[int, str], deque] = {}