Merge pull request #603 from yarda/dynamic_tuning_disable
Disable dynamic tuning by default
This commit is contained in:
commit
02050516e8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
daemon = 1
|
||||
|
||||
# Dynamicaly tune devices, if disabled only static tuning will be used.
|
||||
dynamic_tuning = 1
|
||||
dynamic_tuning = 0
|
||||
|
||||
# How long to sleep before checking for events (in seconds)
|
||||
# higher number means lower overhead but longer response time.
|
||||
|
|
|
|||
Loading…
Reference in a new issue