From 2df71b568ace8668590750db9a12fc20b1762064 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Thu, 24 Oct 2024 09:27:07 -0400 Subject: [PATCH] [3.0]docs: clarify on LAD default value comment (#21519) --- bigbluebutton-web/grails-app/conf/bigbluebutton.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties index c1869273d1..886972e40a 100644 --- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties +++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties @@ -241,8 +241,8 @@ allowStartStopRecording=true recordFullDurationMedia=false # Number of minutes that Learning Dashboard will be available after the end of the meeting -# if 0, the Learning Dashboard will keep available permanently -# this is the default value, can be customized using the create API +# If 0, the Learning Dashboard will remain available permanently. +# Below is the default value, it can be customized using the create API. learningDashboardCleanupDelayInMinutes=2 # Allow webcams streaming reception only to and from moderators