Fix bad performance with TimerFileWatcher
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ static void timer_clock_thread_callback(TimerClock *self) {
|
||||
self->lastTick = now;
|
||||
self->currentTime = 0;
|
||||
}
|
||||
g_usleep(50);
|
||||
g_usleep(500);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user