1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

enable lazy bitfields

This commit is contained in:
Mitchell Livingston 2008-08-26 21:44:51 +00:00
parent 09f0b215be
commit 7b62feac10

View file

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