fix: add WebSocket keepalive pings to prevent idle disconnects (#646) (#925)

This commit is contained in:
Konukhov Yaroslav
2026-06-17 00:13:55 -07:00
committed by GitHub
parent 13d2b1db6d
commit 96e5b4b639
4 changed files with 34 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ class ProxyConfig:
cfproxy_worker_domains: List[str] = field(default_factory=list)
fake_tls_domain: str = ''
proxy_protocol: bool = False
ws_keepalive_interval: float = 30.0
proxy_config = ProxyConfig()