mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
vdr: Disable debugging logging.
3 is default and includes a lot of debugging output which leads to really heavy IO with installations with a lot of channels (satellite mainly). http://www.vdr-wiki.de/wiki/index.php/VDR_Optionen
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# The "master" options. Some examples of options you may want to set
|
||||
# here are -r, -t, and --rcu. See the vdr(1) man page for more info.
|
||||
#
|
||||
VDR_OPTIONS=(--vfat)
|
||||
VDR_OPTIONS=(--vfat --log=1)
|
||||
|
||||
# VDR_PLUGIN_ORDER is a space separated list of plugins that should be
|
||||
# loaded in a specific order. This affects eg. the order the plugins'
|
||||
|
||||
Reference in New Issue
Block a user