We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caa946 commit 34c513bCopy full SHA for 34c513b
internal/indexer/indexer.go
@@ -139,7 +139,8 @@ func (i *Indexer) Start() error {
139
}
140
},
141
),
142
- input_chainsync.WithBulkMode(true),
+ // TODO: re-enable this after https://github.com/blinklabs-io/adder/issues/412 is fixed
143
+ // input_chainsync.WithBulkMode(true),
144
input_chainsync.WithAutoReconnect(true),
145
input_chainsync.WithLogger(logging.GetLogger()),
146
0 commit comments