From c276f760c7fe598d943a16b4c55cb4f733cbfaee Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 15 May 2019 18:42:00 +0100 Subject: [PATCH] Add comment about the reaper thread dealing with config file changes --- example/gamemode.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/gamemode.ini b/example/gamemode.ini index 86c0f78..d9e08d0 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -1,5 +1,5 @@ [general] -; The reaper thread will check every 5 seconds for exited clients +; The reaper thread will check every 5 seconds for exited clients and for config file changes reaper_freq=5 ; The desired governor is used when entering GameMode instead of "performance"