mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
core: increase server timeout
This commit is contained in:
@@ -144,7 +144,7 @@ class Sync {
|
||||
})
|
||||
.withHubProtocol(new MessagePackHubProtocol({ ignoreUndefined: true }))
|
||||
.build();
|
||||
|
||||
this.connection.serverTimeoutInMilliseconds = 60 * 1000 * 5;
|
||||
EV.subscribe(EVENTS.userLoggedOut, async () => {
|
||||
await this.connection.stop();
|
||||
this.autoSync.stop();
|
||||
|
||||
Reference in New Issue
Block a user