diff --git a/config/datastore.go b/config/datastore.go index c9db2017e80..a3478215996 100644 --- a/config/datastore.go +++ b/config/datastore.go @@ -36,7 +36,7 @@ type Datastore struct { HashOnRead bool BloomFilterSize int - BlockKeyCacheSize OptionalInteger + BlockKeyCacheSize OptionalInteger `json:",omitempty"` WriteThrough bool }