fix(core): update

This commit is contained in:
2022-01-19 19:05:44 +01:00
parent c424d589ea
commit 4e7455fa26
3 changed files with 148 additions and 5 deletions

View File

@ -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();
}