0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

compile windows

This commit is contained in:
Dwight 2009-04-20 09:16:47 -04:00
parent 4a53d46653
commit 2a64bca3e2

View File

@ -118,7 +118,7 @@ namespace mongo {
log() << "WriteBackListener uncaught exception!" << endl;
}
secsToSleep++;
sleep(secsToSleep);
sleepsecs(secsToSleep);
if ( secsToSleep > 10 )
secsToSleep = 0;
}