From 393bcd961ab750b2fdeba03e18f16b39ac82d38a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Apr 2010 21:01:19 +0200 Subject: 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. --- doc/mpdconf.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/mpdconf.example') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 1a0547094..3b69e9bb3 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -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" +# ############################################################################### -- cgit v1.2.3