We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f5023 commit 8884914Copy full SHA for 8884914
apps/faf-lobby-server/config/config.yaml
@@ -28,7 +28,7 @@ FORCE_STEAM_LINK_AFTER_DATE: 0
28
USE_API: false
29
30
PROFILING_INTERVAL: 4
31
-LADDER_ANTI_REPETITION_LIMIT: 2
+LADDER_ANTI_REPETITION_LIMIT: 1
32
ALLOW_PASSWORD_LOGIN: false
33
LADDER_1V1_OUTCOME_OVERRIDE: false
34
apps/faf-lobby-server/templates/deployment.yaml
@@ -21,7 +21,7 @@ spec:
21
spec:
22
terminationGracePeriodSeconds: 3600
23
containers:
24
- - image: faforever/faf-python-server:v1.17.0-RC1
+ - image: faforever/faf-python-server:v1.17.0-RC4
25
imagePullPolicy: Always
26
name: faf-lobby-server
27
envFrom:
0 commit comments