http://bugs.gpodder.org/show_bug.cgi?id=69
--- Comment #19 from Thomas Perl <[EMAIL PROTECTED]> 2008-04-15 19:29:38 --- Looking at the interdiff for your latest patch, I see that you just removed the "count % 5 == 0" if statement. I put this there so that the CPU usage isn't so high (i.e. if we download at full speed, there shouldn't be so many calculations and updates). Is this correct? if so, we might want to stay with the if statement or change it so that it is time-based rather than block-based. What do you think? -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
