raise the `numwant' value

This commit is contained in:
Charles Kerr 2007-10-09 18:29:10 +00:00
parent 20b0006ef3
commit 2f46064e33
1 changed files with 1 additions and 1 deletions

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