1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 14:40:43 +00:00

raise the `numwant' value

This commit is contained in:
Charles Kerr 2007-10-09 18:29:10 +00:00
parent 20b0006ef3
commit 2f46064e33

View file

@ -50,7 +50,7 @@
/* the value of the 'numwant' argument passed in tracker requests.
* this should be big, but if it's *too* big trackers will ignore it */
#define NUMWANT 50
#define NUMWANT 256
/* the length of the 'key' argument passed in tracker requests */
#define TR_KEY_LEN 10