Added fetch concurrency.

This commit is contained in:
2024-09-11 05:16:56 +02:00
parent e71b54e828
commit 18acb3a878
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 * * * *',
},