filer: add option to cache small files to filer store

This commit is contained in:
Chris Lu
2020-12-04 22:39:43 -08:00
parent d171d9f988
commit 263eb29e9f
4 changed files with 6 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ type FilerOption struct {
Port uint32
recursiveDelete bool
Cipher bool
CacheToFilerLimit int64
Filers []string
}