Skip to content

Commit

Permalink
docs: Remove mention of storage_backing_for_cache flag
Browse files Browse the repository at this point in the history
The Waffle switch `block_structure.storage_backing_for_cache` was removed in #35185 -- this is just a lingering reference in a setting comment.
  • Loading branch information
timmc-edx authored Dec 9, 2024
1 parent 394a459 commit b6774f5
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 b6774f5

Please sign in to comment.