Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyXSD committed Apr 17, 2023
1 parent a232eb1 commit 3acc01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ func getChunkConf(c *cli.Context, format *meta.Format) *chunk.Config {
FreeSpace: float32(c.Float64("free-space-ratio")),
CacheMode: os.FileMode(cm),
CacheFullBlock: !c.Bool("cache-partial-only"),
CacheEviction: !c.Bool("cache-no-eviction"),
CacheChecksum: c.String("verify-cache-checksum"),
CacheEviction: c.String("cache-eviction"),
CacheScanInterval: duration(c.String("cache-scan-interval")),
AutoCreate: true,
}
Expand Down

0 comments on commit 3acc01c

Please sign in to comment.