Commit 97e4b442 authored by Ilya Simonov's avatar Ilya Simonov

add FILE_UPLOAD_MAX_MEMORY_SIZE = 900 mb

parent 3d7f8cd7
......@@ -154,6 +154,8 @@ REDIS_URL = env('REDIS_URL', default=f'redis://127.0.0.1:6379')
CELERY_BROKER_URL = env('CELERY_BROKER_URL', default=f'{REDIS_URL}')
CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler'
FILE_UPLOAD_MAX_MEMORY_SIZE = 900000000 # 900 MB
# AWS
path = f'{BASE_DIR}/cp_video/local.py'
......
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