From a98f5e5706420b82905fc90253ff9f913909d5a0 Mon Sep 17 00:00:00 2001 From: TLSM Date: Thu, 14 Jul 2022 21:21:20 -0400 Subject: [PATCH] PCM: raise pin limit to 10 for Kippy. --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 3cebf6469..66412ffda 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -261,7 +261,7 @@ if SITE in {'rdrama.net', 'devrama.xyz', 'deuxrama.net'}: "7": "886781932430565418", } elif SITE == 'pcmemes.net': - PIN_LIMIT = 6 + PIN_LIMIT = 10 POST_RATE_LIMIT = '1/second;4/minute;20/hour;100/day' HOLE_COST = 2000