Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (523 - 525 of 2447)

Ticket Resolution Summary Owner Reporter
#2246 Fixed Speedup set_prioritize_first_last in torrent.py Bro
Description

https://github.com/bendikro/deluge/commit/beebd34e4221203faf1b4328fa9c3b912f710147

#2250 Fixed Speedup removing multiple torrents from core Bro Bro
Description

Each call to core.remove_torrent took about 1 second on my machine. Most of time 90%+ was used by writing the state file. When removing multiple torrents, the state file is now written after removing all the torrents.

https://github.com/bendikro/deluge/commit/master-core-remove-torrents

#2406 Fixed Speed up adding multiple torrents Bro Bro
Description

Adding large amounts of torrents is painfully slow because the torrents.state and torrents.fastresume files are written to disk after each torrent is added.

This patch adds a new function to core which takes multiple torrents so that the state and fastresume files are only written to disk once. GTKUI add dialog uses this function.

https://github.com/bendikro/deluge/tree/develop-add-torrents

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.