Skip to content

Commit

Permalink
Turn on unstable_fallbackToHTTP option in liveblocks (#4732)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint authored Jan 12, 2024
1 parent df067b5 commit 513799b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/liveblocks.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const liveblocksThrottle = 100 // ms
export const liveblocksClient = createClient({
throttle: liveblocksThrottle,
authEndpoint: '/v1/liveblocks/authentication',
unstable_fallbackToHTTP: true,
})

// Presence represents the properties that exist on every user in the Room
Expand Down

0 comments on commit 513799b

Please sign in to comment.