Change default scan interval to 1 minute

This commit is contained in:
Deluan 2020-01-23 22:53:19 -05:00
parent c71c04f7dd
commit 137a20dd9e

View file

@ -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"`