mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-17 01:04:55 +00:00
VC/Vidyo: Changed default for maximum room age
This commit is contained in:
parent
776c484fb0
commit
0deefecc15
@ -98,7 +98,7 @@ class VidyoPlugin(VCPluginMixin, IndicoPlugin):
|
||||
'indico_room_prefix': 10,
|
||||
'room_group_name': 'Indico',
|
||||
'authenticators': ', '.join(auth[0] for auth in Config.getInstance().getAuthenticatorList()),
|
||||
'num_days_old': 180,
|
||||
'num_days_old': 365,
|
||||
'max_rooms_warning': 5000,
|
||||
'vidyo_phone_link': None,
|
||||
'creation_email_footer': None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user