chore: add TRANSCRIPT_LANG_CACHE_TIMEOUT setting variable in common setting envs (#36296)

* chore: add TRANSCRIPT_LANG_CACHE_TIMEOUT setting variable in common setting envs
* chore: bump edx-val version
This commit is contained in:
Muhammad Afaq Shuaib
2025-02-25 20:07:14 +05:00
committed by GitHub
parent a2bb8c9458
commit b83c8495e1
6 changed files with 12 additions and 5 deletions

View File

@@ -2576,6 +2576,7 @@ VIDEO_TRANSCRIPTS_SETTINGS = dict(
)
VIDEO_TRANSCRIPTS_MAX_AGE = 31536000
TRANSCRIPT_LANG_CACHE_TIMEOUT = 60 * 60 * 24
##### shoppingcart Payment #####