Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'poljar/eventindex-log-improvement' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Apr 8, 2020
2 parents 5d65da1 + c6fcaf8 commit a26a3f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/indexing/EventIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,10 @@ export default class EventIndex extends EventEmitter {
"added, stopping the crawl", checkpoint);
await indexManager.removeCrawlerCheckpoint(newCheckpoint);
} else {
if (eventsAlreadyAdded === true) {
console.log("EventIndex: Checkpoint had already all events",
"added, but continuing due to a full crawl", checkpoint);
}
this.crawlerCheckpoints.push(newCheckpoint);
}
} catch (e) {
Expand Down

0 comments on commit a26a3f5

Please sign in to comment.