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
Describe the bug
Whenever i give pool value greater than 3 like --pool 4 while downloading, it run for few seconds, then the program terminates itself. Also I've tried many ways to increase the speed. but its not getting above 3.5MBps (which is the highest I've recorded). But on telegram desktop i can get the maximum speed as of my wifi(which is about 9-10MBps).
Since the pool value is 3 by default, i guess, it gets 1MBps per connection. In my opinion to get maxium throughput, the number of pool connection must also be higher.
To Reproduce
tdl dl -f result.json --pool 4
Expected behavior
I should be able to get as much speed as desktop client.
I also want to contribute to this project. Let me know what I need to know and how can I help in any way.
The text was updated successfully, but these errors were encountered:
Excessively large thread pools or thread counts will force the connection to be closed by the Telegram server side. Download speed has always been a black box, especially when downloading across DCs is slow.
My guess is that the Telegram server treats the client's connection traits differently. That's why the official client tends to be faster across DCs. But I don't know exactly why.
Contributions are also very welcome. Documentation, code, use cases, uploads to other package management tools are all fine.
Describe the bug
Whenever i give pool value greater than 3 like --pool 4 while downloading, it run for few seconds, then the program terminates itself. Also I've tried many ways to increase the speed. but its not getting above 3.5MBps (which is the highest I've recorded). But on telegram desktop i can get the maximum speed as of my wifi(which is about 9-10MBps).
Since the pool value is 3 by default, i guess, it gets 1MBps per connection. In my opinion to get maxium throughput, the number of pool connection must also be higher.
To Reproduce
tdl dl -f result.json --pool 4
Expected behavior
I should be able to get as much speed as desktop client.
I also want to contribute to this project. Let me know what I need to know and how can I help in any way.
The text was updated successfully, but these errors were encountered: