Skip to content

Commit

Permalink
fix comments in config template
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 17, 2024
1 parent ca2c2de commit c066a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DefaultConfigTemplate = `
# Enable defines whether the indexer is enabled.
enable = {{ .IndexerConfig.Enable }}
# CacheCapacity defines the size of the cache. (unit: bytes)
# CacheCapacity defines the size of the cache. (unit: MiB)
cache-capacity = {{ .IndexerConfig.CacheCapacity }}
# Backend defines the type of the backend store and its options.
Expand Down

0 comments on commit c066a05

Please sign in to comment.