From 579b62c66fa3dac40940007bd6a35cd9b16ad8ce Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> Date: Sun, 23 Oct 2022 11:49:17 +0200 Subject: [PATCH] matrix: Raise minutesBeforeTrusting to 36h Bots are joining earlier and waiting a day before spamming. --- roles/matrix/templates/mjolnir.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix/templates/mjolnir.yaml.j2 b/roles/matrix/templates/mjolnir.yaml.j2 index d8a6bb1b5..76cb7aed5 100644 --- a/roles/matrix/templates/mjolnir.yaml.j2 +++ b/roles/matrix/templates/mjolnir.yaml.j2 @@ -174,7 +174,7 @@ protections: # # Set to zero to disable the timeout and make users *always* appear "new". # (users will always be banned if they say a bad word) - minutesBeforeTrusting: 300 + minutesBeforeTrusting: 2160 # Options for advanced monitoring of the health of the bot. health: -- GitLab