Reduce artificial sleep
This commit is contained in:
parent
3d17f984c9
commit
ad53d365d3
@ -38,7 +38,7 @@ namespace updater
|
|||||||
this->downloaded_files_.clear();
|
this->downloaded_files_.clear();
|
||||||
this->downloading_files_.clear();
|
this->downloading_files_.clear();
|
||||||
|
|
||||||
std::this_thread::sleep_for(2s);
|
std::this_thread::sleep_for(1s);
|
||||||
}
|
}
|
||||||
|
|
||||||
void updater_ui::begin_file(const file_info& file)
|
void updater_ui::begin_file(const file_info& file)
|
||||||
|
Loading…
Reference in New Issue
Block a user