Reduce artificial sleep

This commit is contained in:
momo5502 2023-02-18 20:04:57 +01:00
parent 3d17f984c9
commit ad53d365d3

View File

@ -38,7 +38,7 @@ namespace updater
this->downloaded_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)