You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch disables the recording button, stopping users from cluttering
the servers with conference recordings and taking away important
resources from the system.
This is part of a fix for #2.
Despite not actually starting a recording, BigBlueButton still writes a
recording to disk. It will try to clean these recordings up in a regular
interval but unfortunately seems to forget half of the data.
This patch contains two Systemd series and timers which will:
- delete all raw recording every night at 4am
- reboot the server at 4:30am (shouldn't hurt and may help…)
This is a short-term workaround for #2. Nevertheless, this still needs a
proper solution.
…unfortunately, that's not all.
The text was updated successfully, but these errors were encountered: