Fix bad performance with TimerFileWatcher

This commit is contained in:
2022-11-08 14:53:51 -08:00
parent 67cb808401
commit 98dc75e02f
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ static void timer_file_watcher_tick(TimerFileWatcher *self) {
}
last_tick = now;
}
g_usleep(500);
}
}