mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 21:28:30 +02:00
Fix reaper_frequency naming
This commit is contained in:
@@ -549,7 +549,7 @@ static void *game_mode_context_reaper(void *userdata)
|
||||
/* Stack, not allocated, won't disappear. */
|
||||
GameModeContext *self = userdata;
|
||||
|
||||
long reaper_interval = config_get_reaper_thread_frequency(self->config);
|
||||
long reaper_interval = config_get_reaper_frequency(self->config);
|
||||
|
||||
struct timespec ts = { 0, 0 };
|
||||
ts.tv_sec = time(NULL) + reaper_interval;
|
||||
|
Reference in New Issue
Block a user