Unverified Commit ab10ce65 authored by Kartheek Palla's avatar Kartheek Palla Committed by GitHub
Browse files

Issue #SB-26662 fix: Env vars for collection children limits

Showing with 2 additions and 2 deletions
+2 -2
......@@ -200,5 +200,5 @@ portal_redirect_error_callback_domain={{portal_redirect_error_callback_domain |
sunbird_portal_uci_bot_phone_number={{sunbird_portal_uci_bot_phone_number | default(+912249757677)}}
#Release-4.6.0
sunbird_collection_children_limit= {{ sunbird_collection_children_limit | default(1200)}}
sunbird_questionset_children_limit= {{ sunbird_questionset_children_limit | default(500)}}
sunbird_collection_children_limit={{ sunbird_collection_children_limit | default(1200)}}
sunbird_questionset_children_limit={{ sunbird_questionset_children_limit | default(500)}}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment