mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
DIsable Image Cache by default.
See: https://github.com/deluan/navidrome/issues/446#issuecomment-736574447
This commit is contained in:
parent
ae58ac6a6c
commit
240149cda4
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ func init() {
|
|||
viper.SetDefault("uiloginbackgroundurl", "https://source.unsplash.com/random/1600x900?music")
|
||||
viper.SetDefault("enabletranscodingconfig", false)
|
||||
viper.SetDefault("transcodingcachesize", "100MB")
|
||||
viper.SetDefault("imagecachesize", "100MB")
|
||||
viper.SetDefault("imagecachesize", "0")
|
||||
viper.SetDefault("autoimportplaylists", true)
|
||||
viper.SetDefault("enabledownloads", true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue