1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Update navidrome.toml

This commit is contained in:
ericgaspar 2021-05-29 14:19:30 +02:00
parent 5d1bad8c89
commit 262c13908e

View file

@ -13,8 +13,8 @@ Port = "__PORT__"
# Base URL (only the path part) to configure Navidrome behind a proxy (ex: /music)
BaseURL = "__PATH_URL__"
# How frequently to scan for changes in your music library. Set it to 0 to disable scans
ScanInterval = "90s"
# Configure periodic scans using “cron” syntax. To disable it altogether, set it to "" (empty string)
ScanSchedule = "@every 2m"
# Size of transcoding cache. Set to 0 to disable cache
TranscodingCacheSize = "150MB"