Skip to content

Commit

Permalink
remove BroadcastChannelNetworkAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmistqke committed Feb 4, 2025
1 parent bd3769b commit 42225ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ export default function App() {
const isPathSelected = createSelector(selectedPath)

const repo = new Repo({
network: [
new BrowserWebSocketClientAdapter('wss://sync.cyberspatialstudies.org'),
new BroadcastChannelNetworkAdapter(),
],
network: [new BrowserWebSocketClientAdapter('wss://sync.cyberspatialstudies.org')],
storage: new IndexedDBStorageAdapter(),
})
const rootDocUrl = document.location.hash.substring(1)
Expand Down

0 comments on commit 42225ae

Please sign in to comment.