EventIndex: Bump our user version and delete the db if it's an old db.
This commit is contained in:
parent
9f9f24c624
commit
2aa00cbf41
2 changed files with 19 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