fix(core): update
This commit is contained in:
@ -216,7 +216,7 @@ export class SmartsocketClient {
|
||||
* try a reconnection
|
||||
*/
|
||||
public async tryDebouncedReconnect() {
|
||||
await plugins.smartdelay.delayForRandom(10000, 50000);
|
||||
await plugins.smartdelay.delayForRandom(10000, 20000);
|
||||
await this.connect();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user