This commit is contained in:
Chris Lu
2018-11-04 11:59:08 -08:00
parent 8dfac6a4cf
commit ff4189ab25
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ type WFS struct {
func NewSeaweedFileSystem(option *Option) *WFS {
return &WFS{
option: option,
option: option,
listDirectoryEntriesCache: ccache.New(ccache.Configure().MaxSize(6000).ItemsToPrune(100)),
pathToHandleIndex: make(map[string]int),
}