save fastresume every minute

This commit is contained in:
Marcos Pinto 2008-01-04 23:30:25 +00:00
parent 0ca8b5887b
commit 3baecc13d3
1 changed files with 1 additions and 0 deletions

View File

@ -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