From bc1238ad72a8543975a646e3d677d046ea3bf78f Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 14 Dec 2025 00:46:17 +0100 Subject: [PATCH] Tweaked default Kelly Madison/5K API limits. --- config/default.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.js b/config/default.js index beddffe4..2421297b 100755 --- a/config/default.js +++ b/config/default.js @@ -362,11 +362,11 @@ module.exports = { concurrency: 1, }, 'www.8kmilfs.com': { - interval: 1100, // 3 r/s and 60 r/m rate limit + interval: 1200, // 3 requests/second and 60 requests/minute rate limit concurrency: 1, }, 'www.pornfidelity.com': { - interval: 1100, + interval: 1200, concurrency: 1, }, },