Skip to content

Commit

Permalink
fix(server): fulltext stopOnError
Browse files Browse the repository at this point in the history
  • Loading branch information
cooderl committed Mar 1, 2024
1 parent 53bdb74 commit 8e74845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/feeds/feeds.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class FeedsService {
});
};

await pMap(articles, mapper, { concurrency: 2 });
await pMap(articles, mapper, { concurrency: 2, stopOnError: false });

return feed;
}
Expand Down

0 comments on commit 8e74845

Please sign in to comment.