Skip to content

Commit 1561120

Browse files
committed
Changed the interim session maximum length setting.
- Legacy-Id: 17592
1 parent 5cecc0b commit 1561120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ def skip_unreadable_post(record):
765765
INTERIM_ANNOUNCE_FROM_EMAIL = 'IESG Secretary <iesg-secretary@ietf.org>'
766766
VIRTUAL_INTERIMS_REQUIRE_APPROVAL = True
767767
INTERIM_SESSION_MINIMUM_MINUTES = 30
768-
INTERIM_SESSION_MAXIMUM_MINUTES = 150
768+
INTERIM_SESSION_MAXIMUM_MINUTES = 300
769769

770770
# Days from meeting to day of cut off dates on submit -- cutoff_time_utc is added to this
771771
IDSUBMIT_DEFAULT_CUTOFF_DAY_OFFSET_00 = 13

0 commit comments

Comments
 (0)