Tweaked default Kelly Madison/5K API limits.
This commit is contained in:
parent
37495fc086
commit
bc1238ad72
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue