From d604656f5e5ba817f5ed7d4f860810407009a78d Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 22 Mar 2023 16:08:38 +0200 Subject: [PATCH] increase post ratelimit --- files/helpers/config/const.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 2d952d1704..456f754983 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -817,8 +817,6 @@ if SITE == 'rdrama.net': 'the_homocracy': 147, 'justcool393': JUSTCOOL_ID } - - POST_RATELIMIT = '10/day' elif SITE == 'watchpeopledie.tv': NOTIFICATION_SPAM_AGE_THRESHOLD = 0.5 * 86400