From e2e88ea9ceae68afe72922f10a9439d563fa381f Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 5 Feb 2024 07:48:32 +0200 Subject: [PATCH] set different DEFAULT_UNDER_SIEGE_THRESHOLDS for WPD --- files/helpers/config/const.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index f77f61bfc..12c367115 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -821,6 +821,15 @@ elif SITE == 'watchpeopledie.tv': 8: "P̵͇̕S̶̔̇Ȳ̴͙C̶͋͗H̵͒̉O̴̎̍ ", } + DEFAULT_UNDER_SIEGE_THRESHOLDS = { + "chat": 1440, + "normal comment": 10, + "wall comment": 1440, + "post": 1440, + "report": 1440, + "modmail": 1440, + "message": 1440, + } elif SITE == 'devrama.net': AEVANN_ID = 7 FEATURES['PRONOUNS'] = True