From 5674d66ab608be8d956dafabcfe3bcfd83b38af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20J=C3=A4kel?= Date: Wed, 20 Jan 2021 11:56:03 +0100 Subject: [PATCH] Update statistics.md Fix: Number of entries in conference size distribution array (21 < 14) Note that the dump is correct! :) --- doc/statistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/statistics.md b/doc/statistics.md index 74d3565dcf..7baadbb2d1 100644 --- a/doc/statistics.md +++ b/doc/statistics.md @@ -29,7 +29,7 @@ generated (in UTC). * **jitter_aggregate** - Experimental. An average value (in milliseconds) of the jitter calculated for incoming and outgoing streams. This hasn't been tested and it is currently not known whether the values are correct or not. * **rtt_aggregate** - An average value (in milliseconds) of the RTT across all streams. * **largest_conference** - The number of participants in the largest conference currently hosted on the bridge. - * **conference_sizes** - The distribution of conference sizes hosted on the bridge. It is an array of integers of size 15, and the value at (zero-based) index *i* is the number of conferences with *i* participants. The last element (index 14) also includes conferences with more than 14 participants. + * **conference_sizes** - The distribution of conference sizes hosted on the bridge. It is an array of integers of size 22, and the value at (zero-based) index *i* is the number of conferences with *i* participants. The last element (index 21) also includes conferences with more than 21 participants. * **audiochannels** - The current number of audio channels. * **videochannels** - The current number of video channels. * **conferences** - The current number of conferences.