mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Add "reaper_freq" config setting in the "general" section
This simply allows control over the reaper thread frequency. Defaults to 5 as before.
This commit is contained in:
@ -74,6 +74,10 @@ Behaviour of the config file can be explained by presenting a commented example:
|
||||
|
||||
.RS 4
|
||||
.nf
|
||||
[general]
|
||||
; The reaper thread will check every 10 seconds for exited clients
|
||||
reaper_freq=10
|
||||
|
||||
[filter]
|
||||
; If "whitelist" entry has a value(s)
|
||||
; gamemode will reject anything not in the whitelist
|
||||
|
Reference in New Issue
Block a user