mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-24 07:30:57 +03:00
Change default scan interval to 1 minute
This commit is contained in:
parent
c71c04f7dd
commit
137a20dd9e
@ -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…
x
Reference in New Issue
Block a user