Skip to content

Commit

Permalink
chore: temporarily disable gap check
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jun 18, 2024
1 parent 87b03da commit ee2631f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pg/pg-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class PgStore extends BasePgStore {
}
switch (direction) {
case 'apply':
if (streamed) await this.assertNextBlockIsContiguous(sql, event, cache);
// if (streamed) await this.assertNextBlockIsContiguous(sql, event, cache);
await this.applyInscriptions(sql, cache, streamed);
break;
case 'rollback':
Expand Down

0 comments on commit ee2631f

Please sign in to comment.