Add configuration for scan interval. Default 5 mins

This commit is contained in:
Deluan
2020-01-22 08:48:02 -05:00
parent f0ee41a8af
commit 182c0b5d5e
2 changed files with 13 additions and 6 deletions
+1
View File
@@ -21,6 +21,7 @@ type sonic struct {
ProbeCommand string `default:"ffmpeg %s -f ffmetadata"`
PlsIgnoreFolders bool `default:"true"`
PlsIgnoredPatterns string `default:"^iCloud;\\~"`
ScanInterval string `default:"5m"`
// DevFlags. These are used to enable/disable debugging and incomplete features
DevDisableAuthentication bool `default:"false"`