Skip to content

Commit

Permalink
Disable broadcast channel
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Nov 15, 2024
1 parent c407431 commit b9afb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const provider = new WebsocketProvider(
doc,
{
connect: true,
disableBc: true,
},
);

Expand Down

0 comments on commit b9afb31

Please sign in to comment.