Increase TGUI connection lost threshold (#80304)

Increases the TGUI connection lost timeout before the manual reconnect
button is required.

The server takes more than 20 seconds to reboot and start allowing
connections for a new round. By increasing the duration TGUI will try to
automatically reconnect, players will more consistently actually
reconnect to the new round without intervention.
This commit is contained in:
lessthanthree
2023-12-24 20:14:59 +00:00
committed by GitHub
parent f3983e3901
commit da45e96f8f
+1 -1
View File
@@ -4,4 +4,4 @@
* @license MIT
*/
export const CONNECTION_LOST_AFTER = 20000;
export const CONNECTION_LOST_AFTER = 45000;