Skip to content

Commit 3c47ab2

Browse files
ssicchaBrutus5000
authored andcommitted
config: faf-lobby-server - Disable bans
There are problems with the ban system when a game doesn't start due to connection issues. The current hypothesis is that all players except for the match host receive a violation, regardless of whether they could establish connections successfully or not. The in-development Pioneer ICE Adapter is better in terms of initial connections. So the impact of the erroneous violations might become small enough to simpy accept it. Once Pioneer goes into prod we can think about reverting this.
1 parent e8831d9 commit 3c47ab2

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

apps/faf-lobby-server/config/config.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,14 @@ MINORITY_BONUS: 1
4242

4343
QUEUE_POP_TIME_MAX: 90
4444

45-
# LADDER_VIOLATIONS_ENABLED: false
45+
# 3rd Jan 2026: Disable matchmaking bans
46+
# There are problems with the ban system when a game doesn't start due to
47+
# connection issues. The current hypothesis is that all players except for the
48+
# match host receive a violation, regardless of whether they could establish
49+
# connections successfully or not.
50+
#
51+
# The in-development Pioneer ICE Adapter is better in terms of initial
52+
# connections. So the impact of the erroneous violations might become small
53+
# enough to simpy accept it. Once Pioneer goes into prod we can think about
54+
# reverting this.
55+
LADDER_VIOLATIONS_ENABLED: false

0 commit comments

Comments
 (0)