Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Speed problems #29

Closed
nobody16 opened this issue Mar 4, 2018 · 7 comments
Closed

Speed problems #29

nobody16 opened this issue Mar 4, 2018 · 7 comments

Comments

@nobody16
Copy link

nobody16 commented Mar 4, 2018

Finally I have it running! after some closed bugs (thanks!).

... but, I have huge connection and I see 180kb/s speed limitation downloading some Documents (700Mb file). It's strange, using other tools I got more speed, maybe its a API limitation? maybe its a telethon limitation?

@Lonami
Copy link
Collaborator

Lonami commented Mar 4, 2018

Telegram is pretty crypto heavy since all messages have to be encrypted and decrypted. This is a hard hit with files. Try pip install cryptg and let us know if the situation improves.

@expectocode
Copy link
Owner

or maybe pip install --user --upgrade cryptg, to be more specfic

@nobody16
Copy link
Author

nobody16 commented Mar 4, 2018

Yep, now its 2Mb/s so, you are right again.
maybe should be in the installation notes ;)
Danke.

@Lonami
Copy link
Collaborator

Lonami commented Mar 4, 2018

Surprised the speedup is this huge ;) we can leave this open until the README.md is updated.

@expectocode
Copy link
Owner

@nobody16 Good to hear! I'll update the readme

@expectocode
Copy link
Owner

expectocode commented Mar 4, 2018

d511c4e

@expectocode
Copy link
Owner

PS it's worth noting that the speed you're getting is likely limited by Telegram and not by the crypto library

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants