Skip to content

Commit

Permalink
config: omitempty on BlockKeyCacheSize
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Dec 10, 2024
1 parent 066291c commit 512f468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type Datastore struct {

HashOnRead bool
BloomFilterSize int
BlockKeyCacheSize OptionalInteger
BlockKeyCacheSize OptionalInteger `json:",omitempty"`
WriteThrough bool
}

Expand Down

0 comments on commit 512f468

Please sign in to comment.