-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Slow file upload #13854
Copy link
Copy link
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapbug
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapbug
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce
Expected behaviour
It should be faster. Files should be uploaded in parallel (several threads). getstoragestats.php is called for every upload.
Actual behaviour
It is slow. Mainly due to sequential file upload. getstoragestats.php should be called only once in a while (eg. not more often than 30 seconds).
Server configuration
Operating system: Linux
Web server: Apache/nginx
Database: Mysql
PHP version: 7.x
Nextcloud version: 15/16