Skip to content

Commit

Permalink
Merge pull request #672 from openedx/bbeggs/increase_max_highlights
Browse files Browse the repository at this point in the history
chore: update max allowed highlights per set and max number of highlight sets
  • Loading branch information
macdiesel authored Sep 18, 2023
2 parents 11b818b + cf8826b commit 44b4b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enterprise_catalog/apps/api/v1/views/curation/highlights.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@


REQUEST_CACHE_NAMESPACE = 'CURATION_REQUEST_CACHE'
CONTENT_PER_HIGHLIGHTSET_LIMIT = 12
HIGHLIGHTSETS_PER_ENTERPRISE_LIMIT = 8
CONTENT_PER_HIGHLIGHTSET_LIMIT = 24
HIGHLIGHTSETS_PER_ENTERPRISE_LIMIT = 12
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 44b4b17

Please sign in to comment.