Skip to content

Commit 28eee95

Browse files
authored
fix: disable bulk mode (#445)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 3401804 commit 28eee95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

input/chainsync/chainsync.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ func (c *ChainSync) Start() error {
111111
if c.oConn.BlockFetch() != nil {
112112
c.oConn.BlockFetch().Client.Start()
113113
}
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
114118
if c.bulkMode && !c.intersectTip && c.oConn.BlockFetch() != nil {
115119
// Get available block range between our intersect point(s) and the chain tip
116120
var err error

0 commit comments

Comments
 (0)