(libT) change the bandwidth pulse from 8x per second to 4x per second... 8x is overkill

This commit is contained in:
Charles Kerr 2008-11-04 01:24:03 +00:00
parent 6d9089e514
commit 8fa0863467
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
enum
{
/* How frequently to reallocate peer bandwidth. */
BANDWIDTH_PULSES_PER_SECOND = 8,
BANDWIDTH_PULSES_PER_SECOND = 4,
/* HOw many pulses to remember for averaging the current speed */
BANDWIDTH_PULSE_HISTORY = ( BANDWIDTH_PULSES_PER_SECOND * 2 )