inotify: added setting "auto_update_depth"

Limits the depth of the watched directories.  This is useful to keep
resource usage down and speed up MPD startup.
This commit is contained in:
Max Kellermann
2010-04-13 21:01:19 +02:00
parent 4d1eedbaa2
commit 393bcd961a
7 changed files with 44 additions and 8 deletions

View File

@@ -118,6 +118,12 @@
# music_directory are changed.
#
#auto_update "yes"
#
# Limit the depth of the directories being watched, 0 means only watch
# the music directory itself. There is no limit by default.
#
#auto_update_depth "3"
#
###############################################################################