Changed the interim session maximum length setting.
- Legacy-Id: 17592
This commit is contained in:
parent
5cecc0bee2
commit
1561120c27
|
@ -765,7 +765,7 @@ IDSUBMIT_ANNOUNCE_LIST_EMAIL = 'i-d-announce@ietf.org'
|
|||
INTERIM_ANNOUNCE_FROM_EMAIL = 'IESG Secretary <iesg-secretary@ietf.org>'
|
||||
VIRTUAL_INTERIMS_REQUIRE_APPROVAL = True
|
||||
INTERIM_SESSION_MINIMUM_MINUTES = 30
|
||||
INTERIM_SESSION_MAXIMUM_MINUTES = 150
|
||||
INTERIM_SESSION_MAXIMUM_MINUTES = 300
|
||||
|
||||
# Days from meeting to day of cut off dates on submit -- cutoff_time_utc is added to this
|
||||
IDSUBMIT_DEFAULT_CUTOFF_DAY_OFFSET_00 = 13
|
||||
|
|
Loading…
Reference in a new issue