Start using Date_t. Can anyone think of a better name?
This commit is contained in:
@@ -50,7 +50,7 @@ namespace mongo {
|
||||
bool BackgroundJob::wait(int msMax) {
|
||||
assert( state != NotStarted );
|
||||
int ms = 1;
|
||||
unsigned long long start = jsTime();
|
||||
Date_t start = jsTime();
|
||||
while ( state != Done ) {
|
||||
sleepmillis(ms);
|
||||
if ( ms < 1000 )
|
||||
|
||||
Reference in New Issue
Block a user