Skip to content

Commit

Permalink
enable indexer providing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed Mar 14, 2022
1 parent 362c73b commit 4d11eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/config/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func DefaultStorageMiner() *StorageMiner {
},

IndexProvider: IndexProviderConfig{
Enable: false,
Enable: true,
EntriesCacheCapacity: 1024,
EntriesChunkSize: 16384,
TopicName: "/indexer/ingest/mainnet",
Expand Down

0 comments on commit 4d11eb5

Please sign in to comment.