change the default global connection limit to 200 in tr_init()

This commit is contained in:
Charles Kerr 2008-01-20 01:50:51 +00:00
parent ef6f11446a
commit 43a83f31bb
1 changed files with 1 additions and 1 deletions

View File

@ -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? */
}