summaryrefslogtreecommitdiff
path: root/src/mongo/db/max_time.h
Commit message (Collapse)AuthorAgeFilesLines
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-5/+2
|
* SERVER-2212 mongos tracks elapsed time for sharded cursorsJason Rassi2013-10-311-0/+38
If a maxTimeMS sharded query exceeds its time limit, the next request for a batch will fail with an error.