Skip to content

Commit

Permalink
don't support hot blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed May 10, 2024
1 parent c2acf9d commit f4e7ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let isMigratedNftsSaved = !config.nfts.readMigratedNfts;

const state = new BatchState();

processor.run(new TypeormDatabase(), async (ctx) => {
processor.run(new TypeormDatabase({ supportHotBlocks: false }), async (ctx) => {
state.newBatch(ctx.store);

if (!isMigratedNftsSaved) {
Expand Down

0 comments on commit f4e7ebf

Please sign in to comment.