mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
another download speed tweak
This commit is contained in:
parent
8653817e5d
commit
a14fe99e00
1 changed files with 2 additions and 2 deletions
|
@ -1480,8 +1480,8 @@ clientIsSnubbedBy( const tr_peer * peer )
|
|||
static double
|
||||
getWeightedThroughput( const tr_peer * peer )
|
||||
{
|
||||
return ( 3 * peer->rateToPeer )
|
||||
+ ( 1 * peer->rateToClient );
|
||||
return ( 1 * peer->rateToPeer )
|
||||
+ ( 3 * peer->rateToClient );
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue