From 262c13908ed4c43dc0630d27dfb50c8c8001b254 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 29 May 2021 14:19:30 +0200 Subject: [PATCH] Update navidrome.toml --- conf/navidrome.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/navidrome.toml b/conf/navidrome.toml index 4ae039f..7892921 100644 --- a/conf/navidrome.toml +++ b/conf/navidrome.toml @@ -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"