Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When initializing oplog tailing, only read 'ts'
This means we read less data (yay), but more importantly it means that if the last entry contained custom EJSON types, we don't try to parse them. This code gets called synchronously from the first Meteor.Collection constructor, which can legitimately be before your EJSON.addType call. Fixes meteor#2018.
- Loading branch information