summaryrefslogtreecommitdiff
path: root/src/crawl/crawl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crawl/crawl.cpp')
-rwxr-xr-xsrc/crawl/crawl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crawl/crawl.cpp b/src/crawl/crawl.cpp
index 04f4d1c..460d41a 100755
--- a/src/crawl/crawl.cpp
+++ b/src/crawl/crawl.cpp
@@ -353,7 +353,7 @@ int main( int /* argc */, char *argv[] )
}
}
- //~ sleep( 2 );
+ sleep( 1 );
counter++;
if( counter > stopAfterNOperations ) {
term = true;