update(rtcstats): fix one more left over comment around poll intervall (#12036)

This commit is contained in:
Nils Ohlmeier 2022-08-17 12:58:09 -07:00 committed by GitHub
parent eb911ec9b5
commit 06ed0e43ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ MiddlewareRegistry.register(store => next => action => {
// init, we need to add these proxies before it initializes, otherwise lib-jitsi-meet will use the
// original non proxy versions of these functions.
try {
// Default poll interval is 1000ms and standard stats will be used, if not provided in the config.
// Default poll interval is 10000ms and standard stats will be used, if not provided in the config.
const pollInterval = analytics.rtcstatsPollInterval || 10000;
const useLegacy = analytics.rtcstatsUseLegacy || false;