reduce the default peer counts: global goes from 240 to 200, per-torrent goes from 60 down to 50

This commit is contained in:
Jordan Lee 2013-01-17 20:39:16 +00:00
parent bcc130e804
commit 7c6868b622
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ const char* tr_getDefaultDownloadDir (void);
#define TR_DEFAULT_RPC_URL_STR "/transmission/"
#define TR_DEFAULT_PEER_PORT_STR "51413"
#define TR_DEFAULT_PEER_SOCKET_TOS_STR "default"
#define TR_DEFAULT_PEER_LIMIT_GLOBAL_STR "240"
#define TR_DEFAULT_PEER_LIMIT_TORRENT_STR "60"
#define TR_DEFAULT_PEER_LIMIT_GLOBAL_STR "200"
#define TR_DEFAULT_PEER_LIMIT_TORRENT_STR "50"
/**
* Add libtransmission's default settings to the benc dictionary.