diff --git a/src/pg/pg-store.ts b/src/pg/pg-store.ts index d1ff448..f73167c 100644 --- a/src/pg/pg-store.ts +++ b/src/pg/pg-store.ts @@ -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':