mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
Relax RsEvent loop
This commit is contained in:
parent
5acb6c266e
commit
a887d205e9
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ bool RsEventsService::unregisterEventsHandler(RsEventsHandlerId_t hId)
|
|||
void RsEventsService::data_tick()
|
||||
{
|
||||
auto nextRunAt = std::chrono::system_clock::now() +
|
||||
std::chrono::milliseconds(1);
|
||||
std::chrono::milliseconds(200);
|
||||
|
||||
std::shared_ptr<const RsEvent> eventPtr(nullptr);
|
||||
size_t futureEventsCounter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue