update(rtcstats): adjusted poll intervals in comments to match default value

pull/12034/head jitsi-meet_7672
Nils Ohlmeier 3 years ago committed by Дамян Минков
parent 97bc41f644
commit 9c83831b2c
  1. 4
      config.js

@ -965,10 +965,10 @@ var config = {
// In order to enable rtcstats one needs to provide a endpoint url.
// rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
// The interval at which rtcstats will poll getStats, defaults to 1000ms.
// The interval at which rtcstats will poll getStats, defaults to 10000ms.
// If the value is set to 0 getStats won't be polled and the rtcstats client
// will only send data related to RTCPeerConnection events.
// rtcstatsPollInterval: 1000,
// rtcstatsPollInterval: 10000,
// Array of script URLs to load as lib-jitsi-meet "analytics handlers".
// scriptURLs: [

Loading…
Cancel
Save