mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Change default scan interval to 1 minute
This commit is contained in:
parent
c71c04f7dd
commit
137a20dd9e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ type sonic struct {
|
|||
ProbeCommand string `default:"ffmpeg %s -f ffmetadata"`
|
||||
PlsIgnoreFolders bool `default:"true"`
|
||||
PlsIgnoredPatterns string `default:"^iCloud;\\~"`
|
||||
ScanInterval string `default:"5m"`
|
||||
ScanInterval string `default:"1m"`
|
||||
|
||||
// DevFlags. These are used to enable/disable debugging and incomplete features
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue