feat: enable plugins by default in configuration settings
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
77367548f6
commit
c9e58e3666
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ func setViperDefaults() {
|
|||
viper.SetDefault("inspect.backloglimit", consts.RequestThrottleBacklogLimit)
|
||||
viper.SetDefault("inspect.backlogtimeout", consts.RequestThrottleBacklogTimeout)
|
||||
viper.SetDefault("plugins.folder", "")
|
||||
viper.SetDefault("plugins.enabled", false)
|
||||
viper.SetDefault("plugins.enabled", true)
|
||||
viper.SetDefault("plugins.cachesize", "200MB")
|
||||
viper.SetDefault("plugins.autoreload", false)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue