This commit is contained in:
Chris Lu
2021-01-12 02:30:12 -08:00
parent 629c9962e7
commit 0ef43a23a7
3 changed files with 25 additions and 25 deletions

View File

@@ -47,18 +47,18 @@ type FilerOption struct {
Collection string
DefaultReplication string
DisableDirListing bool
MaxMB int
DirListingLimit int
DataCenter string
Rack string
DefaultLevelDbDir string
DisableHttp bool
Host string
Port uint32
recursiveDelete bool
Cipher bool
SaveToFilerLimit int
Filers []string
MaxMB int
DirListingLimit int
DataCenter string
Rack string
DefaultLevelDbDir string
DisableHttp bool
Host string
Port uint32
recursiveDelete bool
Cipher bool
SaveToFilerLimit int
Filers []string
}
type FilerServer struct {