diff --git a/client/CMT.cpp b/client/CMT.cpp index 9da5850bf..3b0e0ae75 100644 --- a/client/CMT.cpp +++ b/client/CMT.cpp @@ -414,7 +414,7 @@ int main(int argc, char * argv[]) else { while(true) - boost::this_thread::sleep_for(boost::chrono::milliseconds(1000)); + boost::this_thread::sleep_for(boost::chrono::milliseconds(200)); } return 0;