At the moment i'm testing the api and noticed if i move multiple files/folder it only moves one file a second.
Renaming also suffers from the same problem.
This seems rather slow.
On the webpage it seems not fast but happens a bit faster.
Is there a hard limit or can it be optimized?
It can cause issues for me, if multiple people at once work on files in dropbox and move stuff around with 100s pdf and this will result in a big wait time.
The user expect, that the files will be transferred in an instant, but depending on how much is happening, this might result in queue where the user has to wait until the transaction has been completed.
At the current time, i implemented a queue system, so everthing is been ordered and no command gets lost or timeout.
Uploads are fine with or without the batch feature and opening and downloading it.