aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-12-13 10:05:43 -0800
committerChris Lu <chris.lu@gmail.com>2019-12-13 10:05:43 -0800
commit05c3b795dcc159f0e6397af972d93a497ac555ae (patch)
tree849650a65ed8260d1fa933f9b54a783ebe768e8a /weed/command/mount_std.go
parent987108a2b16e61595d0c7768ca47937d0652d5c4 (diff)
downloadseaweedfs-05c3b795dcc159f0e6397af972d93a497ac555ae.tar.xz
seaweedfs-05c3b795dcc159f0e6397af972d93a497ac555ae.zip
filer: configurable directory list cache size
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index 608e62332..6f9166330 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -49,7 +49,7 @@ func runMount(cmd *Command, args []string) bool {
}
func RunMount(filer, filerMountRootPath, dir, collection, replication, dataCenter string, chunkSizeLimitMB int,
- allowOthers bool, ttlSec int, dirListingLimit int, umask os.FileMode) bool {
+ allowOthers bool, ttlSec int, dirListingLimit int64, umask os.FileMode) bool {
util.LoadConfiguration("security", false)