1
0
Fork 0
tuned/tuned-main.conf
Jaroslav Škarvada 13bfaf38af tuned: added global option update_interval
It allows setting update interval for dynamic tuning in global config.
By default it is 10 seconds.

fixes #6

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-10-16 16:43:03 +02:00

7 lines
201 B
Text

# Global tuned configuration file.
# Dynamicaly tune devices, if disabled only static tuning will be used.
dynamic_tuning = 1
# Update interval for dynamic tunings (in seconds).
update_interval = 10