diff options
author | Dwight <dmerriman@gmail.com> | 2009-04-20 09:16:47 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-04-20 09:16:47 -0400 |
commit | 2a64bca3e2632aa964885e5938cf60780f88f88e (patch) | |
tree | fe588b0647d1bfe977c815ca1d3c651da10fdab8 /s | |
parent | 4a53d4665312c6dad801bb9b3652b56c8da3a3a4 (diff) | |
download | mongo-2a64bca3e2632aa964885e5938cf60780f88f88e.tar.gz |
compile windows
Diffstat (limited to 's')
-rw-r--r-- | s/strategy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/strategy.cpp b/s/strategy.cpp index 80c5c945404..d866ae322cd 100644 --- a/s/strategy.cpp +++ b/s/strategy.cpp @@ -118,7 +118,7 @@ namespace mongo { log() << "WriteBackListener uncaught exception!" << endl; } secsToSleep++; - sleep(secsToSleep); + sleepsecs(secsToSleep); if ( secsToSleep > 10 ) secsToSleep = 0; } |