Added fetch concurrency.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user