#2448 closed bug (Fixed)
Resume data is saved individually for all torrents on startup
Reported by: | m!nus | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.x |
Component: | Core | Version: | develop |
Keywords: | startup, resume data, alerts | Cc: |
Description
On startup, after all torrents have been loaded, Deluge will start re-saving resume data, for each torrent individually. With 800 torrents this makes Deluge unresponsive for 2 minutes for me.
This is caused by all torrents getting paused and unpaused, or at least the respective alerts being emitted. Deluge saves resume data in on_alert_torrent_paused.
The proper way to fix this should be to prevent those alerts.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This seems to be fixed in dev307 (libtorrent: 0.16.17.0)