fix: cache capacity unit in sample config (#2575)

This commit is contained in:
dennis zhuang
2023-10-11 19:02:39 +08:00
committed by GitHub
parent 76d5b710c8
commit 0a9972aa9a
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ type = "File"
# The local file cache directory
# cache_path = "/path/local_cache"
# The local file cache capacity in bytes.
# cache_capacity = "256Mib"
# cache_capacity = "256MB"
# Compaction options, see `standalone.example.toml`.
[storage.compaction]

View File

@@ -118,7 +118,7 @@ type = "File"
# Cache configuration for object storage such as 'S3' etc.
# cache_path = "/path/local_cache"
# The local file cache capacity in bytes.
# cache_capacity = "256Mib"
# cache_capacity = "256MB"
# Compaction options.
[storage.compaction]