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

This reverts commit 96e5b4b639.
This commit is contained in:
Flowseal
2026-06-23 14:45:44 +03:00
parent 5cbac657dc
commit dddced6eee
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()