resetting the score is not an asynchronous operation, so Service::_syncEngine shouldn't yield after calling it

This commit is contained in:
Myk Melez 2008-06-11 15:23:54 -07:00
parent 633afe0864
commit 8182b10abf

View File

@ -610,7 +610,6 @@ WeaveSvc.prototype = {
engine.sync(self.cb);
yield;
engine._tracker.resetScore();
yield;
} catch(e) {
this._log.error(Utils.exceptionStr(e));
if (e.trace)