update
This commit is contained in:
@@ -83,7 +83,7 @@ class DownloadManager:
|
||||
return task
|
||||
|
||||
def get_queue(self):
|
||||
return list(self.active_downloads.values()) + self.history
|
||||
return list(self.active_downloads.values()) + self.history[-10:]
|
||||
|
||||
def _worker(self):
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user