Separated media request limits.

This commit is contained in:
DebaucheryLibrarian
2024-10-29 22:42:30 +01:00
parent 070ef182db
commit ea02ec3943
8 changed files with 75 additions and 13 deletions

View File

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