We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd44f9 commit 2d89420Copy full SHA for 2d89420
pkg/appfs/server.go
@@ -113,7 +113,7 @@ var initCacheOnce sync.Once
113
// using the swift backend as file server.
114
func NewSwiftFileServer(conn *swift.Connection, appsType consts.AppType) FileServer {
115
initCacheOnce.Do(func() {
116
- c, err := lru.New[string, cacheEntry](128)
+ c, err := lru.New[string, cacheEntry](1024)
117
if err != nil {
118
panic(err)
119
}
0 commit comments