pylakey/aiotdlib

More priority for older downloads

mrb0098 opened this issue · 1 comments

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)

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