filer: configurable directory list cache size

This commit is contained in:
Chris Lu
2019-12-13 10:05:43 -08:00
parent 987108a2b1
commit 05c3b795dc
5 changed files with 33 additions and 10 deletions

View File

@@ -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)