Tweaked default Kelly Madison/5K API limits.

This commit is contained in:
DebaucheryLibrarian 2025-12-14 00:46:17 +01:00
parent 37495fc086
commit bc1238ad72
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},
},