Skip to content

Commit c066a05

Browse files
committed
fix comments in config template
1 parent ca2c2de commit c066a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DefaultConfigTemplate = `
2020
# Enable defines whether the indexer is enabled.
2121
enable = {{ .IndexerConfig.Enable }}
2222
23-
# CacheCapacity defines the size of the cache. (unit: bytes)
23+
# CacheCapacity defines the size of the cache. (unit: MiB)
2424
cache-capacity = {{ .IndexerConfig.CacheCapacity }}
2525
2626
# Backend defines the type of the backend store and its options.

0 commit comments

Comments
 (0)