-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMPROVE] Send files over REST API #16617
Conversation
Co-Authored-By: Diego Sampaio <chinello@gmail.com>
Co-Authored-By: Diego Sampaio <chinello@gmail.com>
I think we still need to look at chunking or multi-part. Most proxies are going to have 20MB limit for payload. Even on cloud we limit to 20MB payload I believe. I think only reason this hasn't been an issue before is because mobile has been the only one really sending files this way until now. |
@geekgonecrazy Thanks for looking into this issue. Especially on local networks, the transfer speed should roughly match the general transfer speed of the network, and that currently isn't even close. On my network, for example, I can transfer files to the same Rocket.Chat server a 125MB/s, maximizing the gigabit connection. I cannot get anywhere near this with Rocket Chat file transfers, as explained in #16542. Even a 20MB limit would probably already help tremendously, but ideally this would be a tuneable setting in the admin console, as purely local networks need not to worry about these proxy limits. |
No description provided.