Skip to content

Commit

Permalink
[fly] remove swap partition
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Nov 22, 2023
1 parent a1d7a8e commit c8ae370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

app = "yjs-demos"
primary_region = "ams"
swap_size_mb = 1024
swap_size_mb = 0

[build]

Expand Down
2 changes: 1 addition & 1 deletion quill/quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Quill.register('modules/cursors', QuillCursors)

window.addEventListener('load', () => {
const ydoc = new Y.Doc()
const provider = new WebsocketProvider('wss://demos.yjs.dev', 'quill-demo-4', ydoc)
const provider = new WebsocketProvider('wss://demos.yjs.dev', 'quill-demo-5', ydoc)
const ytext = ydoc.getText('quill')
const editorContainer = document.createElement('div')
editorContainer.setAttribute('id', 'editor')
Expand Down

0 comments on commit c8ae370

Please sign in to comment.