slower download loop

This commit is contained in:
j 2016-03-01 17:55:50 +05:30
parent 771c8b205e
commit eb231baa62

View file

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