Skip to content

Commit

Permalink
update a comment for config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 9, 2024
1 parent 84c4f90 commit 200b436
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 }}
# CacheSize defines the size of the cache.
# CacheSize defines the size of the cache. (unit: bytes)
cache-size = {{ .IndexerConfig.CacheSize }}
# Backend defines the type of the backend store and its options.
Expand Down

0 comments on commit 200b436

Please sign in to comment.