This article explains the warning message 'Closing client connected for 61 minutes without activity' found in the Dollar Universe Universe.log and how to manage the idle timeout settings.
The following warning appears in the Universe.log:
| 2026-07-07 11:35:03 |WARN |S|IO |pid=####.####| u_io_thread_trt | Closing client connected for 61 minutes without activity
The Dollar Universe IO server monitors active client connections. If a connection (such as an open UVC session or an API client) remains idle without sending traffic for longer than the configured limit, the IO thread force-closes the socket to reclaim resources.
The default timeout is governed by the dynamic variable U_IO_MAX_IDLE_CLI_MINUTE, which is set to 60 minutes by default. The warning triggers at the 61st minute of inactivity.
This message is informational and does not impact DUAS job execution or core functionalities. To manage these warnings, follow these steps:
U_IO_MAX_IDLE_CLI_MINUTE to a higher value. No restart is required for this change to take effect.