mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
change the default global connection limit to 200 in tr_init()
This commit is contained in:
parent
ef6f11446a
commit
43a83f31bb
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ tr_handle * tr_init( const char * tag )
|
|||
-1, /* upload speed limit */
|
||||
FALSE, /* use download speed limit? */
|
||||
-1, /* download speed limit */
|
||||
512, /* globalPeerLimit */
|
||||
200, /* globalPeerLimit */
|
||||
TR_MSG_INF, /* message level */
|
||||
FALSE ); /* is message queueing enabled? */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue