diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-13 10:05:43 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-13 10:05:43 -0800 |
| commit | 05c3b795dcc159f0e6397af972d93a497ac555ae (patch) | |
| tree | 849650a65ed8260d1fa933f9b54a783ebe768e8a /weed/command/mount_std.go | |
| parent | 987108a2b16e61595d0c7768ca47937d0652d5c4 (diff) | |
| download | seaweedfs-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.go | 2 |
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) |
