mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 18:21:10 +10:00
Make colloboration module not dependant on page module
* add unloadImmediately to collab
This commit is contained in:
@ -17,6 +17,7 @@ export class CollaborationGateway {
|
||||
private hocuspocus = HocuspocusServer.configure({
|
||||
debounce: 5000,
|
||||
maxDebounce: 10000,
|
||||
unloadImmediately: false,
|
||||
extensions: [
|
||||
this.authenticationExtension,
|
||||
this.persistenceExtension,
|
||||
|
||||
Reference in New Issue
Block a user