We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dbcda commit dd19756Copy full SHA for dd19756
core/settings.py
@@ -338,8 +338,8 @@
338
FLOWER_PASSWORD = os.environ.get('FLOWER_PASSWORD', 'Root123')
339
FLOWER_HOST = os.environ.get('FLOWER_HOST', 'flower')
340
FLOWER_PORT = os.environ.get('FLOWER_PORT', 5555)
341
-DATA_UPLOAD_MAX_MEMORY_SIZE = 100*1024*1024
342
-FILE_UPLOAD_MAX_MEMORY_SIZE = 100*1024*1024
+DATA_UPLOAD_MAX_MEMORY_SIZE = 200*1024*1024
+FILE_UPLOAD_MAX_MEMORY_SIZE = 200*1024*1024
343
344
# Mail settings
345
EMAIL_HOST = os.environ.get('EMAIL_HOST', 'smtp.gmail.com')
0 commit comments