pylakey / aiotdlib

Python asyncio Telegram client based on TDLib https://github.com/tdlib/td
MIT License
103 stars 16 forks source link

More priority for older downloads #52

Closed mrb0098 closed 1 year ago

mrb0098 commented 2 years ago

According to the documents in this file (line 20) If 2 downloads start with the same priority The file that started earlier (older) gets lower priority And the newer file will be downloaded first Is there a way to reverse the queue? It means that the file that started earlier will be served and downloaded sooner (FCFS)

pylakey commented 1 year ago

I think your question is related to tdlib repository. Aiotdlib is just a wrapper around it written in python.