Skip to content

Commit 952ba95

Browse files
authored
fix: bump MAX_BLOCKS_PER_CONTENT_LIBRARY default to 100,000 (#35768)
1 parent 3a535d8 commit 952ba95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/envs/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2734,7 +2734,7 @@
27342734
PASSWORD_RESET_EMAIL_RATE = '2/h'
27352735

27362736
######################## Setting for content libraries ########################
2737-
MAX_BLOCKS_PER_CONTENT_LIBRARY = 1000
2737+
MAX_BLOCKS_PER_CONTENT_LIBRARY = 100_000
27382738

27392739
################# Student Verification #################
27402740
VERIFY_STUDENT = {

0 commit comments

Comments
 (0)