Files
meteor/v3-docs/docs
italo jose b08fecbf20 mongo: validate and refactor reactivity driver selection
- 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.
2025-12-11 17:28:25 -03:00
..
2025-11-26 14:25:33 +01:00
2023-12-14 13:49:36 -03:00
2025-09-05 08:02:55 +02:00
2023-12-14 13:49:36 -03:00
2024-04-09 15:01:57 -03:00
2025-11-05 13:46:52 -03:00
2023-12-14 13:49:36 -03:00
2023-12-14 13:49:36 -03:00
2025-09-03 17:17:50 +02:00