mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-06-24 15:31:07 +03:00
CfWorker pool age tune
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ class _WsPool:
|
|||||||
|
|
||||||
|
|
||||||
class _CfWorkerPool:
|
class _CfWorkerPool:
|
||||||
WS_POOL_MAX_AGE = 120.0
|
WS_POOL_MAX_AGE = 100.0
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._idle: Dict[Tuple[int, str], deque] = {}
|
self._idle: Dict[Tuple[int, str], deque] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user