-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a7fb53
commit cb14a1c
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/@rocket.chat/sdk/lib/drivers/ddp.ts b/node_modules/@rocket.chat/sdk/lib/drivers/ddp.ts | ||
index d069a01..2296df0 100644 | ||
--- a/node_modules/@rocket.chat/sdk/lib/drivers/ddp.ts | ||
+++ b/node_modules/@rocket.chat/sdk/lib/drivers/ddp.ts | ||
@@ -68,7 +68,7 @@ export class Socket extends EventEmitter { | ||
this.config = { | ||
host: options.host || 'http://localhost:3000', | ||
useSsl: options.useSsl || false, | ||
- reopen: options.reopen || 10000, | ||
+ reopen: options.reopen || 5000, | ||
ping: options.timeout || 10000 | ||
} | ||
|