added the compression option to the main settings file
This commit is contained in:
@@ -197,6 +197,18 @@ INSTALLED_APPS = (
|
||||
'django_db_logger',
|
||||
)
|
||||
|
||||
# ==============================================
|
||||
# DATABASE CONFIGURATION
|
||||
# ==============================================
|
||||
|
||||
# Enables compression on MySQL >= 5.6 on tables:
|
||||
# - website_backupdata
|
||||
# - website_knobdata
|
||||
# - website_metricdata
|
||||
# - website_pipelinedata
|
||||
MYSQL_COMPRESSION = False
|
||||
|
||||
|
||||
# ==============================================
|
||||
# RABBITMQ/CELERY CONFIGURATION
|
||||
# ==============================================
|
||||
|
||||
@@ -34,13 +34,6 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
# Enables compression on MySQL >= 5.6 on tables:
|
||||
# - website_backupdata
|
||||
# - website_knobdata
|
||||
# - website_metricdata
|
||||
# - website_pipelinedata
|
||||
MYSQL_COMPRESSION = False
|
||||
|
||||
# ==============================================
|
||||
# DEBUG CONFIGURATION
|
||||
# ==============================================
|
||||
|
||||
Reference in New Issue
Block a user