Turn off rescan_interval so people have a chance to read the warning before they enable it

This commit is contained in:
Ron Pedde 2004-09-15 05:08:44 +00:00
parent abbc3c70f8
commit 489347a6a1

View File

@ -131,13 +131,6 @@ extensions .mp3,.m4a,.m4p
# was located in the same folder as the .mp3 file, it would appear # was located in the same folder as the .mp3 file, it would appear
# in iTunes. Cool, eh? # in iTunes. Cool, eh?
# #
# This is EXPERIMENTAL, so if you run into strange problems with
# seeking in the songs, or songs that won't stream and leave an
# exclamation point, then comment out this directive and try again.
#
# Do let me know (rpedde@users.sourceforge.net) if you have
# problems with it though. And thanks again to Hiren.
#
#art_filename _folderOpenImage.jpg #art_filename _folderOpenImage.jpg
@ -152,5 +145,14 @@ extensions .mp3,.m4a,.m4p
# If background rescanning is disabled, a scan can still be forced from the # If background rescanning is disabled, a scan can still be forced from the
# "status" page of the administrative web interface # "status" page of the administrative web interface
# #
# Note that right now this is considered EXPERIMENTAL!
#
# Setting a rescan_interval lower than the time it takes to rescan
# won't hurt anything, it will just waste CPU, and make connect times
# to the daap server longer.
#
# There may be memory leaks here. If you see evidence of leaks, please
# let me (rpedde@users.sourceforge.net) know.
#
rescan_interval 300 #rescan_interval 300