diff --git a/src/client/updater/updater_ui.cpp b/src/client/updater/updater_ui.cpp index f042b4a8..505ae606 100644 --- a/src/client/updater/updater_ui.cpp +++ b/src/client/updater/updater_ui.cpp @@ -24,7 +24,7 @@ namespace updater // Is it good to add artificial sleeps? // Makes the ui nice, for sure. - std::this_thread::sleep_for(1s); + std::this_thread::sleep_for(200ms); } void updater_ui::done_update() @@ -45,7 +45,7 @@ namespace updater this->downloaded_files_.clear(); this->downloading_files_.clear(); - std::this_thread::sleep_for(1s); + std::this_thread::sleep_for(200ms); } void updater_ui::begin_file(const file_info& file)