From 952ba95992e6630b34dbc8303400671539e0fbb0 Mon Sep 17 00:00:00 2001 From: Jillian Date: Wed, 6 Nov 2024 05:40:05 +1030 Subject: [PATCH] fix: bump MAX_BLOCKS_PER_CONTENT_LIBRARY default to 100,000 (#35768) --- 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 = {