We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2c2de commit c066a05Copy full SHA for c066a05
config/types.go
@@ -20,7 +20,7 @@ const DefaultConfigTemplate = `
20
# Enable defines whether the indexer is enabled.
21
enable = {{ .IndexerConfig.Enable }}
22
23
-# CacheCapacity defines the size of the cache. (unit: bytes)
+# CacheCapacity defines the size of the cache. (unit: MiB)
24
cache-capacity = {{ .IndexerConfig.CacheCapacity }}
25
26
# Backend defines the type of the backend store and its options.
0 commit comments