pub const DEFAULT_SOCKET_IDLE_TIMEOUT_SECS: u64 = 60;
Idle timeout for plugin connections (seconds). Env: PLUGIN_SOCKET_IDLE_TIMEOUT_SECS Connections idle longer than this are closed.