blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
470 stars 247 forks source link

Documentation VOICE_BRIDGE_LEN value does not match default value in code #1042

Open pielonet opened 8 months ago

pielonet commented 8 months ago

Hi,

The documentation (Here https://github.com/blindsidenetworks/scalelite/blob/7f0cbde4d934c983a2e5c3175a2a7b376bd1b540/docs/configuration-README.md?plain=1#L71 and Here https://github.com/blindsidenetworks/scalelite/blob/7f0cbde4d934c983a2e5c3175a2a7b376bd1b540/docs/dialin-README.md?plain=1#L13) states that default value is 7 for parameter VOICE_BRIDGE_LEN although it looks like the "real" default value is 9 as set in the code here : https://github.com/blindsidenetworks/scalelite/blob/7f0cbde4d934c983a2e5c3175a2a7b376bd1b540/config/application.rb#L155

Kind regards, Thierry

ffdixon commented 8 months ago

Hi Thierry -- good catch. Will fix.