mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
tweaking the speed limit settings a little more
This commit is contained in:
parent
8d08db716d
commit
135da6efca
2 changed files with 5 additions and 4 deletions
|
@ -29,7 +29,8 @@
|
|||
|
||||
#define IO_TIMEOUT_SECS 8
|
||||
|
||||
#define TR_RDBUF 2048
|
||||
/* arbitrary */
|
||||
#define TR_RDBUF (1024*3)
|
||||
|
||||
/**
|
||||
***
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
#include "ratecontrol.h"
|
||||
#include "utils.h"
|
||||
|
||||
#define GRANULARITY_MSEC 200
|
||||
#define SHORT_INTERVAL_MSEC 2000
|
||||
#define LONG_INTERVAL_MSEC 8000
|
||||
#define GRANULARITY_MSEC 100
|
||||
#define SHORT_INTERVAL_MSEC 3000
|
||||
#define LONG_INTERVAL_MSEC 6000
|
||||
#define HISTORY_SIZE (LONG_INTERVAL_MSEC / GRANULARITY_MSEC)
|
||||
|
||||
struct tr_transfer
|
||||
|
|
Loading…
Add table
Reference in a new issue