From 763211a397855858fd09e612a1c4b872f2068414 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Tue, 5 Nov 2024 17:25:44 +1030 Subject: [PATCH] fix: bump MAX_BLOCKS_PER_CONTENT_LIBRARY default to 100,000 --- cms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 149bc82526f6..a72af4c9f37f 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2734,7 +2734,7 @@ 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 = {