[MIRROR] Increase TGUI connection lost threshold [MDB IGNORE] (#25824)

* 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.

* Increase TGUI connection lost threshold

---------

Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-12-24 20:45:53 +00:00
committed by GitHub
co-authored by lessthanthree
parent aaa8c8128b
commit c64ecb8b13
+1 -1
View File
@@ -4,4 +4,4 @@
* @license MIT
*/
export const CONNECTION_LOST_AFTER = 20000;
export const CONNECTION_LOST_AFTER = 45000;