Przeglądaj źródła

fix(notifications) throttle join notifications for 2 seconds

master
Saúl Ibarra Corretgé 3 lat temu
rodzic
commit
76a53b039f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      react/features/notifications/actions.js

+ 1
- 1
react/features/notifications/actions.js Wyświetl plik

@@ -170,7 +170,7 @@ const _throttledNotifyParticipantConnected = throttle((dispatch: Dispatch<any>)
170 170
 
171 171
     joinedParticipantsNames = [];
172 172
 
173
-}, 500, { leading: false });
173
+}, 2000, { leading: false });
174 174
 
175 175
 /**
176 176
  * Queues the display of a notification of a participant having connected to

Ładowanie…
Anuluj
Zapisz