Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(replset): correct legacy max staleness calculation
We were calculating lastUpdateTime using nanoseconds instead of milliseconds, despite calculating maxStaleness with a millisecond lastWriteDate
- Loading branch information