Actions
Bug #9822
openCreate limit can sometimes be bypassed if uploads happen at the exact same time (in microseconds)
Bug #9822:
Create limit can sometimes be bypassed if uploads happen at the exact same time (in microseconds)
Description
Uploads should be changed to sequential so it puts a slight buffer between uploads while it allows for each file promise to complete (doesn't need to wait for the full upload, just the promise).
Actions