Fix bad performance with TimerFileWatcher
This commit is contained in:
@@ -31,6 +31,7 @@ static void timer_file_watcher_tick(TimerFileWatcher *self) {
|
||||
}
|
||||
last_tick = now;
|
||||
}
|
||||
g_usleep(500);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user