mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Increase update thread sleep time
This prevents wasting time in scheduling the thread
This commit is contained in:
parent
200bf3229c
commit
79af8a46d1
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ void UpdateChecker::RequestThread()
|
|||
DoRequest();
|
||||
}
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
||||
std::this_thread::sleep_for(std::chrono::seconds(5));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue