borzunov / bit-torrent

📁 🌎 BitTorrent client built with Python + asyncio
MIT License
155 stars 28 forks source link

Speed limitation? #2

Closed chaminaud closed 6 years ago

chaminaud commented 6 years ago

In my test case I have 1 seeder and one leecher, and it is stuck at 380KB/s

update find solution, I change the DOWNLOAD_REQUEST_QUEUE_SIZE in peer_manager.py

borzunov commented 6 years ago

I've increased the default queue size in f5abd73a563fb551be0c20c48c5b8e6a60883bfe. Thank you for pointing this out!