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

@@ -36,7 +36,7 @@ function report(curatedPosts, indexed, user, args) {
`Ignoring ${afterIndexedCount} posts newer than the ${args.beforeIndexed} indexed post (${indexed[args.beforeIndexed].id}, ${indexed[args.beforeIndexed].date}) for '${user.name}'`
);
}
};
}
function curatePost(acc, post, user, index, indexed, ignoreIds, processed, args) {
const host = dissectLink(post.url);