Skip to content

Commit

Permalink
chore: add TRANSCRIPT_LANG_CACHE_TIMEOUT setting variable in common s…
Browse files Browse the repository at this point in the history
…etting envs
  • Loading branch information
AfaqShuaib09 committed Feb 25, 2025
1 parent 15cacf9 commit 6a2e9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,7 @@
)

VIDEO_TRANSCRIPTS_MAX_AGE = 31536000
TRANSCRIPT_LANG_CACHE_TIMEOUT = 60 * 60 * 24


##### shoppingcart Payment #####
Expand Down
1 change: 1 addition & 0 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4780,6 +4780,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring

ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS = {}
ENTERPRISE_TAGLINE = ''
TRANSCRIPT_LANG_CACHE_TIMEOUT = 60 * 60 * 24 # 24 hours

############## Settings for Course Enrollment Modes ######################
# The min_price key refers to the minimum price allowed for an instance
Expand Down

0 comments on commit 6a2e9c0

Please sign in to comment.