Comparing version 6.0.0 to 6.0.1
@@ -343,3 +343,6 @@ const b4a = require('b4a') | ||
const record = await this.getUserData('autobase/system') | ||
if (record !== null) this.emit('reindexing') | ||
if (record !== null) { | ||
this.reindexing = true | ||
this.emit('reindexing') | ||
} | ||
} | ||
@@ -382,5 +385,2 @@ | ||
// set reindexing for initial bump | ||
this.reindexing = true | ||
// queue a full bump that handles wakeup etc (not legal to wait for that here) | ||
@@ -387,0 +387,0 @@ this._queueBump() |
{ | ||
"name": "autobase", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4367
163287