* Set the idle client timeout (-rpcservertimeout) */
| 280 | * Set the idle client timeout (-rpcservertimeout) |
| 281 | */ |
| 282 | void SetServerTimeout(std::chrono::seconds seconds) { m_rpcservertimeout = seconds; } |
| 283 | |
| 284 | /** |
| 285 | * Force-remove all remaining clients from m_connected without waiting for |