mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
remove timer for fastresume now that normal saving should be fixed and it's unnecessary and hogs cpu with large/serveral torrents
This commit is contained in:
parent
61f49a2cda
commit
e61169c7b9
1 changed files with 0 additions and 1 deletions
|
@ -1043,7 +1043,6 @@ window, please enter your password"))
|
|||
self.update()
|
||||
gobject.timeout_add(int(1000*self.manager.config.get("gui_update_interval")), self.update)
|
||||
gobject.timeout_add(60000, self.manager.save_upmem)
|
||||
gobject.timeout_add(300000, self.manager.save_fastresume_data)
|
||||
|
||||
# Load plugins after we showed main window (if not started in tray)
|
||||
self.load_plugins()
|
||||
|
|
Loading…
Add table
Reference in a new issue