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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Currently, the code uses a buffer of 4096 bytes when uploading or downloading attachments. I am not 100% sure if it is because of this, but attachment upload/download performance is a lot slower on phone than desktop when they are both connected to the same network.
Currently, the code uses a buffer of 4096 bytes when uploading or downloading attachments. I am not 100% sure if it is because of this, but attachment upload/download performance is a lot slower on phone than desktop when they are both connected to the same network.
I suggest that the buffer size is incresed to 32768 bytes. This is used in Telegram android client which does not suffer from such a slow file transfers as Signal (see https://github.com/DrKLO/Telegram/blob/4ebcbf61cd1ce04685c82f93b962d1094c5ffac2/TMessagesProj/src/main/java/org/telegram/messenger/ImageLoader.java, line 211).
The text was updated successfully, but these errors were encountered: