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

This reverts commit 96e5b4b639.
This commit is contained in:
Flowseal
2026-06-23 14:47:12 +03:00
committed by GitHub
parent 5cbac657dc
commit 91d39a5ebe
4 changed files with 1 additions and 37 deletions
-1
View File
@@ -72,7 +72,6 @@ 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()