From e61169c7b9b65667669406c981b2cfaabb93c0a7 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 6 Mar 2008 12:57:38 +0000 Subject: [PATCH] remove timer for fastresume now that normal saving should be fixed and it's unnecessary and hogs cpu with large/serveral torrents --- src/interface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interface.py b/src/interface.py index 24584a204..b2bafbabd 100644 --- a/src/interface.py +++ b/src/interface.py @@ -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()