Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version #2627

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
Loading