mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
co-authored by
lessthanthree
parent
aaa8c8128b
commit
c64ecb8b13
@@ -4,4 +4,4 @@
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
export const CONNECTION_LOST_AFTER = 20000;
|
||||
export const CONNECTION_LOST_AFTER = 45000;
|
||||
|
||||
Reference in New Issue
Block a user