fix: bump MAX_BLOCKS_PER_CONTENT_LIBRARY default to 100,000 (#35768)

This commit is contained in:
Jillian
2024-11-06 05:40:05 +10:30
committed by GitHub
parent 3a535d8eca
commit 952ba95992

View File

@@ -2734,7 +2734,7 @@ PASSWORD_RESET_IP_RATE = '1/m'
PASSWORD_RESET_EMAIL_RATE = '2/h'
######################## Setting for content libraries ########################
MAX_BLOCKS_PER_CONTENT_LIBRARY = 1000
MAX_BLOCKS_PER_CONTENT_LIBRARY = 100_000
################# Student Verification #################
VERIFY_STUDENT = {