Commit 505f0fdd by Maarten L. Hekkelman

oops

parent eed7ec3a
...@@ -179,7 +179,7 @@ void ProgressImpl::Run() ...@@ -179,7 +179,7 @@ void ProgressImpl::Run()
{ {
for (;;) for (;;)
{ {
std::this_thread::sleep_for(2s); std::this_thread::sleep_for(10ms);
std::unique_lock lock(mMutex); std::unique_lock lock(mMutex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment