bur Posted June 1, 2007 Report Posted June 1, 2007 In the preferences you can specify how long in minutes a finished torrent should be seeded. The pulldown menu offers value in the form <= xx minutes, which means for a period of time shorter or equal to xx minutes. I think this is wrong and should be >= (bigger or equal to). Because the way it's now, seeding would be halted immediately after the start as 0 minutes are < any of the values you can set.Internally this is handled like a >= comparison anyway so it surely is no serious bug, but could be corrected still.
Saribro Posted June 1, 2007 Report Posted June 1, 2007 No, it's seed -while- seedtime is less or equal, so seeding stops at xx+1 minutes.
Ultima Posted June 1, 2007 Report Posted June 1, 2007 And internally, it'd be handled something like (pseudocode)while (elapsed_time <= selected_time) { // blah}While *is* the working keyword here.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.