forked from LBRYCommunity/lbry-sdk
bump DHT peer manager cache to 16384
This commit is contained in:
parent
3305eb67c6
commit
c0f512ace7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from lbry.dht import constants
|
||||||
from lbry.dht.serialization.datagram import make_compact_address, make_compact_ip, decode_compact_address
|
from lbry.dht.serialization.datagram import make_compact_address, make_compact_ip, decode_compact_address
|
||||||
|
|
||||||
ALLOW_LOCALHOST = False
|
ALLOW_LOCALHOST = False
|
||||||
CACHE_SIZE = 2048
|
CACHE_SIZE = 16384
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue