mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
save fastresume every minute
This commit is contained in:
parent
0ca8b5887b
commit
3baecc13d3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue