Skip to content

Commit

Permalink
disable studio index for large courses
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Oct 31, 2024
1 parent 032e632 commit 7bab2ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutor/templates/jobs/init/cms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ fi
(./manage.py cms waffle_flag --list | grep contentstore.enable_copy_paste_units) || ./manage.py lms waffle_flag --create contentstore.enable_copy_paste_units --everyone

# Re-index studio and courseware content
./manage.py cms reindex_studio --experimental
# TODO Only do that for large courses once this issue is resolved:
# https://github.com/openedx/modular-learning/issues/235
# ./manage.py cms reindex_studio --experimental
./manage.py cms reindex_course --active

0 comments on commit 7bab2ac

Please sign in to comment.