Skip to content

Commit

Permalink
feat: fix the default value of max CCX enrollment
Browse files Browse the repository at this point in the history
GN-1189
  • Loading branch information
igobranco committed Jun 28, 2023
1 parent 4a99f46 commit 629c367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nau_openedx_extensions/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ def plugin_settings(settings):
#### Custom Courses for EDX (CCX) configuration
# Allow to increase the maximum number of studends allowed in a CCX (Custom Courses for edX).
settings.CCX_MAX_STUDENTS_ALLOWED = getattr(settings, "ENV_TOKENS", {}).get(
"CCX_MAX_STUDENTS_ALLOWED", settings.CCX_MAX_STUDENTS_ALLOWED
"CCX_MAX_STUDENTS_ALLOWED", 200
)

0 comments on commit 629c367

Please sign in to comment.