Index: lib/filterStorage.js |
=================================================================== |
--- a/lib/filterStorage.js |
+++ b/lib/filterStorage.js |
@@ -790,11 +790,11 @@ INIParser.prototype = |
Filter.knownFilters = origKnownFilters; |
Subscription.knownSubscriptions = origKnownSubscriptions; |
} |
// Allow events to be processed every now and then. |
// Note: IO.readFromFile() will deal with the potential reentrance here. |
this.linesProcessed++; |
if (this.linesProcessed % 1000 == 0) |
- Utils.yield(); |
+ return Utils.yield(); |
} |
}; |