Merge branch 'poljar/eventindex-user-version' into develop
This commit is contained in:
commit
e3ae05b6b9
3 changed files with 42 additions and 3 deletions
|
@ -42,9 +42,6 @@ export default class EventIndex extends EventEmitter {
|
|||
async init() {
|
||||
const indexManager = PlatformPeg.get().getEventIndexingManager();
|
||||
|
||||
await indexManager.initEventIndex();
|
||||
console.log("EventIndex: Successfully initialized the event index");
|
||||
|
||||
this.crawlerCheckpoints = await indexManager.loadCheckpoints();
|
||||
console.log("EventIndex: Loaded checkpoints", this.crawlerCheckpoints);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue