Commit b0451777 by Maarten L. Hekkelman

less nervous progress bar

parent 7ee5fa87
......@@ -171,13 +171,15 @@ struct ProgressImpl
void ProgressImpl::Run()
{
using namespace std::literals;
bool printedAny = false;
try
{
for (;;)
{
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::this_thread::sleep_for(2s);
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