- try to make comment clearer on purpose of value setting

This commit is contained in:
Richard Alam 2018-07-30 10:00:12 -07:00
parent 56ed76ccd6
commit 119d1aecf3

View File

@ -151,13 +151,15 @@ meetingExpireIfNoUserJoinedInMinutes=5
# the last user left.
meetingExpireWhenLastUserLeftInMinutes=1
# Number of minutes to send user inactivity message
# User inactivity audit timer interval.
userInactivityInspectTimerInMinutes=120
# Number of minutes to send user inactivity message
# Number of minutes to consider a user inactive.
# iSend warning message to client to check if really inactive.
userInactivityThresholdInMinutes=30
# Number of minutes to wait after user inactivity message was sent
# Number of minutes for user to respond to inactivity
# warning before being logged out.
userActivitySignResponseDelayInMinutes=5
# Disable recording by default.