Skip to content

Commit

Permalink
Improve comments and get rid of unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
stocaaro committed Jan 3, 2024
1 parent e295445 commit 318549d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/datastore/__tests__/helpers/UpdateSequenceHarness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ export class UpdateSequenceHarness {
isNode: false,
});

this.latency = 'low';

this.subscriptionLogSubscription = this.datastoreFake.DataStore.observe(
this.datastoreFake.Post
).subscribe(({ opType, element }) => {
Expand Down

0 comments on commit 318549d

Please sign in to comment.