You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file upload from werkzeug that is used in flask is really slow for binary files. On my machine one core is used at 100% for the entire upload duration and the speed is only around 150 kbit/s.
The problem is in the many newline characters in the uploaded files. If the tif file is compressed using the following commands, the upload is blazing fast.
The file upload from werkzeug that is used in flask is really slow for binary files. On my machine one core is used at 100% for the entire upload duration and the speed is only around 150 kbit/s.
This is probably related to pallets/werkzeug#875
The text was updated successfully, but these errors were encountered: