mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- Introduce availableDrivers and DEFAULT_REACTIVITY_ORDER (uses 'polling'). - Validate Meteor.settings.packages.mongo.reactivity if provided. - Add _getConfiguredReactivityOrder to normalize/validate configured order. - Extract _selectReactivityDriver to centralize async availability checks and selection. - Simplify driverChecks and remove duplicated selection logic in _observeChanges. - Use this consistently (instead of self) and fix multiplexer onStop closure. - Ensure observe driver receives correct mongoHandle and store multiplexers on this. - Add JSDoc for compareOperationTimes in mongo_common.js.