forked from DebaucheryLibrarian/traxxx
Separated media request limits.
This commit is contained in:
@@ -301,6 +301,7 @@ module.exports = {
|
||||
},
|
||||
proxy: {
|
||||
enable: false,
|
||||
protocol: 'http',
|
||||
host: '',
|
||||
port: 8888,
|
||||
hostnames: [
|
||||
@@ -376,6 +377,10 @@ module.exports = {
|
||||
interval: 50,
|
||||
concurrency: 20,
|
||||
},
|
||||
media: {
|
||||
interval: 50,
|
||||
concurrency: 20,
|
||||
},
|
||||
'www.kink.com': {
|
||||
interval: 1000,
|
||||
concurrency: 1,
|
||||
|
||||
Reference in New Issue
Block a user