Skip to content

Commit 34c513b

Browse files
authored
fix: disable indexer bulk mode (#338)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 5caa946 commit 34c513b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/indexer/indexer.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ func (i *Indexer) Start() error {
139139
}
140140
},
141141
),
142-
input_chainsync.WithBulkMode(true),
142+
// TODO: re-enable this after https://github.com/blinklabs-io/adder/issues/412 is fixed
143+
// input_chainsync.WithBulkMode(true),
143144
input_chainsync.WithAutoReconnect(true),
144145
input_chainsync.WithLogger(logging.GetLogger()),
145146
}

0 commit comments

Comments
 (0)