mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add a cached http client
This commit is contained in:
parent
9d24106066
commit
28cdf1e693
11 changed files with 234 additions and 14 deletions
|
@ -34,6 +34,8 @@ const (
|
|||
|
||||
PlaceholderAlbumArt = "navidrome-600x600.png"
|
||||
PlaceholderAvatar = "logo-192x192.png"
|
||||
|
||||
DefaultCachedHttpClientTTL = 10 * time.Second
|
||||
)
|
||||
|
||||
// Cache options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue