pengyejun commented on a change in pull request #9923:
URL: 
https://github.com/apache/incubator-superset/pull/9923#discussion_r430881521



##########
File path: superset/config.py
##########
@@ -326,6 +326,7 @@ def _try_json_readsha(filepath, length):  # pylint: 
disable=unused-argument
 # The file upload folder, when using models with files
 UPLOAD_FOLDER = BASE_DIR + "/app/static/uploads/"
 UPLOAD_CHUNK_SIZE = 4096
+UPLOAD_MAX_SIZE = 50 * 1024 * 1024

Review comment:
       Thank you very much for your suggestion, it has been adopted




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to