aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
diff options
context:
space:
mode:
authorhilimd <68371223+hilimd@users.noreply.github.com>2020-07-30 09:46:44 +0800
committerGitHub <noreply@github.com>2020-07-30 09:46:44 +0800
commit4a88cca543cb487e04c13703d263c3f19f4c1e92 (patch)
treee0b7f3b3e5728fe0d11503e4580987a026d161d9 /weed/filesys/wfs.go
parent92c32f9d46c6cf817ca447b20c4919dfd7978624 (diff)
parent5080bc1d6964cc71044333edc7ee36c1c1f06adb (diff)
downloadseaweedfs-4a88cca543cb487e04c13703d263c3f19f4c1e92.tar.xz
seaweedfs-4a88cca543cb487e04c13703d263c3f19f4c1e92.zip
Merge pull request #6 from chrislusf/master
sync
Diffstat (limited to 'weed/filesys/wfs.go')
-rw-r--r--weed/filesys/wfs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go
index e41693048..68ad987be 100644
--- a/weed/filesys/wfs.go
+++ b/weed/filesys/wfs.go
@@ -34,7 +34,6 @@ type Option struct {
CacheDir string
CacheSizeMB int64
DataCenter string
- DirListCacheLimit int64
EntryCacheTtl time.Duration
Umask os.FileMode