mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-06 08:33:56 +00:00
remove buggy fast resume on seed
This commit is contained in:
parent
d5a2d53b96
commit
a2a18d35d8
@ -503,7 +503,6 @@ class Manager:
|
||||
if self.get_pref('auto_seed_ratio') == -1:
|
||||
self.apply_queue(efficient = False) # To work on current data
|
||||
#save fast resume once torrent finshes so as to not recheck seed if client crashes
|
||||
self.save_fastresume_data(event['unique_ID'])
|
||||
elif event['event_type'] is self.constants['EVENT_TRACKER']:
|
||||
unique_ID = event['unique_ID']
|
||||
status = event['tracker_status']
|
||||
|
Loading…
x
Reference in New Issue
Block a user