Merge pull request #17760 from edx/efischer/EDU-499
Remove PRUNE_OLD_VERSIONS waffle flag
This commit is contained in:
@@ -1977,10 +1977,8 @@ BLOCK_STRUCTURES_SETTINGS = dict(
|
||||
# Maximum number of retries per task.
|
||||
TASK_MAX_RETRIES=5,
|
||||
|
||||
# Backend storage
|
||||
# STORAGE_CLASS='storages.backends.s3boto.S3BotoStorage',
|
||||
# STORAGE_KWARGS=dict(bucket='nim-beryl-test'),
|
||||
# DIRECTORY_PREFIX='/modeltest/',
|
||||
# Backend storage options
|
||||
PRUNING_ACTIVE=False,
|
||||
)
|
||||
|
||||
################################ Bulk Email ###################################
|
||||
|
||||
@@ -368,6 +368,8 @@ FILE_UPLOAD_HANDLERS = [
|
||||
'django.core.files.uploadhandler.TemporaryFileUploadHandler',
|
||||
]
|
||||
|
||||
BLOCK_STRUCTURES_SETTINGS['PRUNING_ACTIVE'] = True
|
||||
|
||||
########################### Server Ports ###################################
|
||||
|
||||
# These ports are carefully chosen so that if the browser needs to
|
||||
|
||||
Reference in New Issue
Block a user