Disconnection delay -> Regular, Tournament and Quick - What does it mean?

What is the difference between those?

d41a5bd5-2230-4400-97e3-1286d4036041-image.png

It reduces the time required to eject people / to force eject people when they lost connection.

A work of art is never finished, merely abandoned

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

A work of art is never finished, merely abandoned

        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',