This commit is contained in:
Chris Kleeschulte 2017-02-06 09:49:05 -05:00
parent 961de69b43
commit 331b4e3f77

View File

@ -194,6 +194,7 @@ DB.prototype.start = function(callback) {
});
this._sync.on('synced', function() {
log.permitWrites = true;
log.info('Initial sync complete');
});