Cleanup, add Placeholder agent

This commit is contained in:
Deluan
2021-02-08 16:33:09 -05:00
committed by Deluan Quintão
parent e5cbfac483
commit fefbe0b117
6 changed files with 349 additions and 706 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/navidrome/navidrome/log"
)
const cacheSizeLimit = 1000
const cacheSizeLimit = 100
type CachedHTTPClient struct {
cache *ttlcache.Cache