Skip to content

Commit

Permalink
fix: cache capacity unit in sample config (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 authored Oct 11, 2023
1 parent 76d5b71 commit 0a9972a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/datanode.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion config/standalone.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0a9972a

Please sign in to comment.