diff --git a/config/indexer.go b/config/indexer.go index 6050acb8e..b03a4fc13 100644 --- a/config/indexer.go +++ b/config/indexer.go @@ -40,8 +40,8 @@ type Indexer struct { // the location is relative to the indexer repo directory. ValueStoreDir string // ValueStoreType specifies type of valuestore to use, such as "dhstore" or - // "pebble". If no set, then defaults to "dhstore" if DHStoreURL is - // configures, otherwise defaults to "pebble". + // "pebble". If not set, then defaults to "dhstore" when DHStoreURL is + // configured. Otherwise defaults to "pebble". ValueStoreType string // PebbleDisableWAL sets whether to disable write-ahead-log in Pebble which // can offer better performance in specific cases. Enabled by default. This diff --git a/version.json b/version.json index 669d4c909..e394f37bb 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.8.31" + "version": "v0.8.32" }