slower download loop

This commit is contained in:
j 2016-03-01 17:55:50 +05:30
parent 771c8b205e
commit eb231baa62
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Downloads(Thread):
while not state.shutdown:
with db.session():
self.download_next()
self.wait(10)
self.wait(60)
def join(self):
self.transfers.commit()