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:
parent
5d1bad8c89
commit
262c13908e
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ Port = "__PORT__"
|
||||||
# Base URL (only the path part) to configure Navidrome behind a proxy (ex: /music)
|
# Base URL (only the path part) to configure Navidrome behind a proxy (ex: /music)
|
||||||
BaseURL = "__PATH_URL__"
|
BaseURL = "__PATH_URL__"
|
||||||
|
|
||||||
# How frequently to scan for changes in your music library. Set it to 0 to disable scans
|
# Configure periodic scans using “cron” syntax. To disable it altogether, set it to "" (empty string)
|
||||||
ScanInterval = "90s"
|
ScanSchedule = "@every 2m"
|
||||||
|
|
||||||
# Size of transcoding cache. Set to 0 to disable cache
|
# Size of transcoding cache. Set to 0 to disable cache
|
||||||
TranscodingCacheSize = "150MB"
|
TranscodingCacheSize = "150MB"
|
||||||
|
|
Loading…
Add table
Reference in a new issue