forked from DebaucheryLibrarian/traxxx
Added mofos.com to Aylo throttle list.
This commit is contained in:
parent
8130cc314e
commit
77ade22b08
|
|
@ -341,6 +341,7 @@ module.exports = {
|
||||||
interval: 1000,
|
interval: 1000,
|
||||||
concurrency: 1,
|
concurrency: 1,
|
||||||
},
|
},
|
||||||
|
// Aylo
|
||||||
'www.brazzers.com': {
|
'www.brazzers.com': {
|
||||||
interval: 2000,
|
interval: 2000,
|
||||||
concurrency: 1,
|
concurrency: 1,
|
||||||
|
|
@ -349,6 +350,10 @@ module.exports = {
|
||||||
interval: 2000,
|
interval: 2000,
|
||||||
concurrency: 1,
|
concurrency: 1,
|
||||||
},
|
},
|
||||||
|
'www.mofos.com': {
|
||||||
|
interval: 2000,
|
||||||
|
concurrency: 1,
|
||||||
|
},
|
||||||
'www.analvids.com': { // seems to error at default rate
|
'www.analvids.com': { // seems to error at default rate
|
||||||
interval: 500,
|
interval: 500,
|
||||||
concurrency: 1,
|
concurrency: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue