The default max number of delegates must be 3. See #605
- Legacy-Id: 2875
This commit is contained in:
parent
7e8d51e405
commit
9acbac7351
|
@ -156,7 +156,7 @@ SERVER_MODE = 'development'
|
|||
TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
|
||||
|
||||
# WG Chair configuration
|
||||
MAX_WG_DELEGATES = 5
|
||||
MAX_WG_DELEGATES = 3
|
||||
|
||||
# Override this in settings_local.py if needed
|
||||
# *_PATH variables ends with a slash/ .
|
||||
|
|
Loading…
Reference in a new issue