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

@@ -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);