slower download loop
This commit is contained in:
parent
771c8b205e
commit
eb231baa62
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue