This commit is contained in:
Chris Lu
2018-07-22 01:15:11 -07:00
parent 6319d84f42
commit 0655151b8c
7 changed files with 12 additions and 12 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),
}