Allowing HTTP rate limits to be set by configuration or argument.
This commit is contained in:
@@ -202,6 +202,11 @@ module.exports = {
|
||||
interval: 50,
|
||||
concurrency: 20,
|
||||
},
|
||||
'www.deeper.com': {
|
||||
enable: false, // can be omitted to enable
|
||||
interval: 1000,
|
||||
concurrency: 1,
|
||||
},
|
||||
},
|
||||
fetchAfter: [1, 'week'],
|
||||
missingDateLimit: 3,
|
||||
|
||||
Reference in New Issue
Block a user