From 331b4e3f7713f3dcc2493b8997a93fcdf8a0983a Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Mon, 6 Feb 2017 09:49:05 -0500 Subject: [PATCH] wip --- lib/services/db/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/db/index.js b/lib/services/db/index.js index 79fcaa45..bf5d1afd 100644 --- a/lib/services/db/index.js +++ b/lib/services/db/index.js @@ -194,6 +194,7 @@ DB.prototype.start = function(callback) { }); this._sync.on('synced', function() { + log.permitWrites = true; log.info('Initial sync complete'); });