save fastresume every minute
This commit is contained in:
parent
0ca8b5887b
commit
3baecc13d3
@ -1135,6 +1135,7 @@ of Deluge. Would you like to be taken to our download site?"))
|
|||||||
self.memory_timer += 1
|
self.memory_timer += 1
|
||||||
if (self.memory_timer == 60):
|
if (self.memory_timer == 60):
|
||||||
self.manager.save_upmem()
|
self.manager.save_upmem()
|
||||||
|
self.manager.save_fastresume_data()
|
||||||
self.memory_timer = 0
|
self.memory_timer = 0
|
||||||
|
|
||||||
# Make sure that the interface still exists
|
# Make sure that the interface still exists
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user