Skip to content

Commit

Permalink
Merge pull request #36000 from openedx/timmc/rm-waffle-ref
Browse files Browse the repository at this point in the history
docs: Remove mention of storage_backing_for_cache flag
  • Loading branch information
feanil authored Dec 10, 2024
2 parents c4992c9 + b6774f5 commit 1bd3ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openedx/core/djangoapps/content/block_structure/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def _directory_name(data_usage_key):
# .. setting_description: Specifies the path in storage where block structures would be saved,
# for storage-backed block structure cache.
# For more information, check https://github.com/openedx/edx-platform/pull/14571.
# .. setting_warnings: Depends on `BLOCK_STRUCTURES_SETTINGS['STORAGE_CLASS']` and on
# `block_structure.storage_backing_for_cache`.
# .. setting_warnings: Depends on `BLOCK_STRUCTURES_SETTINGS['STORAGE_CLASS']`
directory_prefix = settings.BLOCK_STRUCTURES_SETTINGS.get('DIRECTORY_PREFIX', '')

# replace any '/' in the usage key so they aren't interpreted
Expand Down

0 comments on commit 1bd3ace

Please sign in to comment.