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:
parent
20b0006ef3
commit
2f46064e33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue