mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
adding todo fibers
This commit is contained in:
@@ -78,7 +78,7 @@ OplogHandle = function (oplogUrl, dbName) {
|
||||
self._workerActive = false;
|
||||
|
||||
const shouldAwait = self._startTailing();
|
||||
//TODO Why wait?
|
||||
//TODO[fibers] Why wait?
|
||||
};
|
||||
|
||||
Object.assign(OplogHandle.prototype, {
|
||||
|
||||
Reference in New Issue
Block a user