mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +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
|
||||
if (self.memory_timer == 60):
|
||||
self.manager.save_upmem()
|
||||
self.manager.save_fastresume_data()
|
||||
self.memory_timer = 0
|
||||
|
||||
# Make sure that the interface still exists
|
||||
|
|
Loading…
Add table
Reference in a new issue