Преглед на файлове

fix: Bumps retry interval for http conference requests.

The interval will be between 1.5 and 7.1 seconds.
release-8443
damencho преди 1 година
родител
ревизия
17c26cff46
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      modules/xmpp/ChatRoom.js

+ 2
- 2
modules/xmpp/ChatRoom.js Целия файл

@@ -1260,8 +1260,8 @@ export default class ChatRoom extends Listenable {
1260 1260
                     if (this._roomCreationRetries <= 3) {
1261 1261
                         const retryDelay = getJitterDelay(
1262 1262
                             /* retry */ this._roomCreationRetries,
1263
-                            /* minDelay */ 300,
1264
-                            1);
1263
+                            /* minDelay */ 500,
1264
+                            1.5);
1265 1265
 
1266 1266
                         // let's retry inviting jicofo and joining the room, retries will take between 1 and 3 seconds
1267 1267
                         setTimeout(() => this.join(this.password, this.replaceParticipant), retryDelay);

Loading…
Отказ
Запис