We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86a4ee7 + a4b8f3a commit 7fc6facCopy full SHA for 7fc6fac
src/Push/PushQueue.js
@@ -44,11 +44,6 @@ export class PushQueue {
44
}
45
const maxPages = Math.ceil(count / limit);
46
pushStatus.setRunning(maxPages);
47
- log.info(
48
- `All ${maxPages} packages were enqueued for PushStatus ${
49
- pushStatus.objectId
50
- }`
51
- );
52
// while (page < maxPages) {
53
// changes request/limit/orderBy by id range intervals for better performance
54
// https://docs.mongodb.com/manual/reference/method/cursor.skip/
0 commit comments