Commit 6a438eeb authored by Ilya Simonov's avatar Ilya Simonov

add settings DATA_UPLOAD_MAX_MEMORY_SIZE = 900000000

parent a39e932c
...@@ -157,6 +157,7 @@ CELERY_BROKER_URL = env('CELERY_BROKER_URL', default=f'{REDIS_URL}') ...@@ -157,6 +157,7 @@ CELERY_BROKER_URL = env('CELERY_BROKER_URL', default=f'{REDIS_URL}')
CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler' CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler'
FILE_UPLOAD_MAX_MEMORY_SIZE = 900000000 # 900 MB FILE_UPLOAD_MAX_MEMORY_SIZE = 900000000 # 900 MB
DATA_UPLOAD_MAX_MEMORY_SIZE = 900000000 # 900 MB
# AWS # AWS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment