bandwidth limiter fix

This commit is contained in:
Arvid Norberg 2007-08-22 23:24:06 +00:00
parent a5e985ec7c
commit 9e2367fd13
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ private:
block_size = m_limit
/ (m_limit / max_bandwidth_block_size);
}
if (block_size > qe.max_block_size) block_size = qe.max_block_size;
}
if (amount < block_size / 2)