Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (523 - 525 of 2449)

Ticket Resolution Summary Owner Reporter
#1065 Invalid spins CPU due to incorrect polling andar sthalik
Description

rc3 spins the CPU due to not polling correctly.

poll([{fd=7, events=POLLIN}, {fd=5, events=POLLIN}, {fd=10, events=POLLIN}, {fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}], 8, 18) = 1 ([{fd=9, revents=POLLIN}]) read(10, 0x1b3c8b4, 4096) = -1 EAGAIN (Resource temporarily unavailable)

It's fd 9 that has incoming data and read(2) is called on fd 10.

#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

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