Updated default request limit config. Added type expect to Kink images to fix broken photos due malformed content type header.
This commit is contained in:
@@ -376,21 +376,28 @@ module.exports = {
|
||||
interval: 50,
|
||||
concurrency: 20,
|
||||
},
|
||||
'www.deeper.com': {
|
||||
enable: false, // can be omitted to enable
|
||||
'www.kink.com': {
|
||||
interval: 1000,
|
||||
concurrency: 1,
|
||||
},
|
||||
'westcoastproductions.com': {
|
||||
interval: 100,
|
||||
'www.brazzers.com': {
|
||||
interval: 2000,
|
||||
concurrency: 1,
|
||||
},
|
||||
'www.realitykings.com': {
|
||||
interval: 2000,
|
||||
concurrency: 1,
|
||||
},
|
||||
'www.analvids.com': { // seems to error at default rate
|
||||
interval: 500,
|
||||
concurrency: 1,
|
||||
},
|
||||
'images.mylfcdn.net': {
|
||||
interval: 50,
|
||||
concurrency: 1,
|
||||
},
|
||||
'www.analvids.com': { // seems to error at default rate
|
||||
interval: 500,
|
||||
'westcoastproductions.com': {
|
||||
interval: 100,
|
||||
concurrency: 1,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user