*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-02-01 01:00:52 +00:00
parent 5783bc0528
commit ae712e83cc
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ namespace
// slowest peer. Don't take over any blocks
// TODO: is this correct? shouldn't it take over a piece
// anyways?
// if (c.statistics().down_peak() / c.download_queue().size() <= down_speed) return;
if (c.statistics().down_peak() / c.download_queue().size() <= down_speed) return;
// find a suitable block to take over from this peer