mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
enable lazy bitfields
This commit is contained in:
parent
09f0b215be
commit
7b62feac10
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ tr_proxy_type;
|
||||||
/** @see tr_sessionInitFull */
|
/** @see tr_sessionInitFull */
|
||||||
#define TR_DEFAULT_PORT_STR "51413"
|
#define TR_DEFAULT_PORT_STR "51413"
|
||||||
/** @see tr_sessionInitFull */
|
/** @see tr_sessionInitFull */
|
||||||
#define TR_DEFAULT_LAZY_BITFIELD_ENABLED 0
|
#define TR_DEFAULT_LAZY_BITFIELD_ENABLED 1
|
||||||
/** @see tr_sessionInitFull */
|
/** @see tr_sessionInitFull */
|
||||||
#define TR_DEFAULT_GLOBAL_PEER_LIMIT 200
|
#define TR_DEFAULT_GLOBAL_PEER_LIMIT 200
|
||||||
/** @see tr_sessionInitFull */
|
/** @see tr_sessionInitFull */
|
||||||
|
|
Loading…
Reference in a new issue