summaryrefslogtreecommitdiff
path: root/src/mongo/db/snapshot_window_options.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ↵Dianna2019-05-171-33/+27
| | | | window size
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+4
| | | | Add support for changing the period of a periodic job
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-7/+7
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-35259 Reactivate the snapshot window by changing the default from 0 ↵Dianna Hohensee2018-07-031-1/+1
| | | | to 5 seconds
* SERVER-35251 Set the snapshot window default size to zero temporarilyDianna Hohensee2018-05-261-1/+1
|
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ↵Dianna Hohensee2018-05-251-0/+108
reads