Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
4ec7dcf3
Unverified
Commit
4ec7dcf3
authored
3 years ago
by
Kartheek Palla
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-26662 fix: Env vars for collection children limits
parent
e2fe5154
release-5.0.0-vdn_RC1
release-4.10.0-vdn_RC1
release-4.9.0-vdn_RC2
release-4.9.0-vdn_RC1
release-4.8.0-vdn_RC1
release-4.7.0-vdn_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/sunbird_player.env
+2
-2
ansible/roles/stack-sunbird/templates/sunbird_player.env
with
2 additions
and
2 deletions
+2
-2
ansible/roles/stack-sunbird/templates/sunbird_player.env
+
2
−
2
View file @
4ec7dcf3
...
...
@@ -159,5 +159,5 @@ sunbird_bulk_upload_description_length={{ sunbird_bulk_upload_description_length
#release-4.6.0
sunbird_contextual_help_config={{ contextual_help_config }}
sunbird_accessibility_guidelines_url={{ sunbird_accessibility_guidelines_url | default("") }}
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)}}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets