Disconnection delay -> Regular, Tournament and Quick - What does it mean?
-
What is the difference between those?
-
It reduces the time required to eject people / to force eject people when they lost connection.
-
Any numbers on those? Could not find it via search forum or GitHub.
-
You can find it here: https://github.com/FAForever/fa/pull/3618/files
-
values = { { text = "Tournament", help = "The eject delay is set to 10 seconds and after 90 seconds the player is ejected automatically.", key = 10, key = '10', }, { text = "Quick", help = "The eject delay is set to 30 seconds and after 90 seconds the player is ejected automatically.", key = 30, key = '30', }, { text = "Regular", help = "The eject delay is set to 90 seconds and after 180 seconds the player is ejected automatically.", key = 90, key = '90',