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 3401804 commit 28eee95Copy full SHA for 28eee95
input/chainsync/chainsync.go
@@ -111,6 +111,10 @@ func (c *ChainSync) Start() error {
111
if c.oConn.BlockFetch() != nil {
112
c.oConn.BlockFetch().Client.Start()
113
}
114
+ // TODO: remove me
115
+ // Disable bulk mode until we can fix it
116
+ // https://github.com/blinklabs-io/adder/issues/412
117
+ c.bulkMode = false
118
if c.bulkMode && !c.intersectTip && c.oConn.BlockFetch() != nil {
119
// Get available block range between our intersect point(s) and the chain tip
120
var err error
0 commit comments