Files
WildkinsandGitHub 868f199131 Increase disconnect timeout to 45 seconds. (#21490)
So that people can reconnect automatically more reliably.
2025-10-16 11:44:42 +00:00

8 lines
113 B
JavaScript

/**
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
export const CONNECTION_LOST_AFTER = 45000;