Added fetch concurrency.

This commit is contained in:
2018-07-02 03:45:20 +02:00
parent d1acde5952
commit c1f26440fd
5 changed files with 7 additions and 20 deletions

View File

@@ -45,6 +45,7 @@ module.exports = {
limit: 1000,
avoidDuplicates: true,
retries: 3,
concurrency: 10,
watch: {
schedule: '*/30 * * * *',
},