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:
Marc Di Luzio
2018-04-24 14:34:13 +01:00
parent 9472a71602
commit 51e1e7203f
5 changed files with 52 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ Or, distribute `libgamemodeauto.so` and either add `-lgamemodeauto` to your link
---
## Configuration
The daemon can currently be configured using a `gamemode.ini` file in `/usr/share/gamemode/`. It will load the file when starting up. An example of what the file could look like is found in the `example` directory.
The daemon can currently be configured using a `gamemode.ini` file in `/usr/share/gamemode/`. It will load the file when starting up. An example of what the file could look like is found in the `example` directory and the man page contains details on entries.
The file parsing uses [inih](https://github.com/benhoyt/inih).