Skip to content

Commit

Permalink
New version and fix comment (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Jun 16, 2024
1 parent e40ced3 commit d5fb1a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.8.31"
"version": "v0.8.32"
}

0 comments on commit d5fb1a6

Please sign in to comment.