mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- using _AsynchronousQueue instead of _SynchronousQueue
This commit is contained in:
@@ -35,7 +35,7 @@ PollingObserveDriver = function (options) {
|
||||
self._cursorDescription.options.pollingThrottleMs || POLLING_THROTTLE_MS /* ms */);
|
||||
|
||||
// XXX figure out if we still need a queue
|
||||
self._taskQueue = new Meteor._SynchronousQueue();
|
||||
self._taskQueue = new Meteor._AsynchronousQueue();
|
||||
|
||||
var listenersHandle = listenAll(
|
||||
self._cursorDescription, function (notification) {
|
||||
|
||||
Reference in New Issue
Block a user