mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-06-14 18:24:48 +02:00
062dabc46e
- Added `tcp_timeout` setting to `config.yaml.example` for companion configurations, allowing customization of TCP connection timeouts. - Updated `RepeaterDaemon` to retrieve and apply the `tcp_timeout` setting, with a default value of 120 seconds. - Modified `CompanionFrameServer` to accept `client_idle_timeout_sec` parameter, ensuring proper handling of idle timeouts. - Enhanced API endpoints to include `tcp_timeout` in companion settings, improving configuration visibility and management.