forked from LBRYCommunity/lbry-sdk
Merge pull request #3552 from lbryio/bump_dht_cache
Increase DHT peer manager cache size to 16384
This commit is contained in:
commit
c2294e97db
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
|
||||
|
||||
ALLOW_LOCALHOST = False
|
||||
CACHE_SIZE = 2048
|
||||
CACHE_SIZE = 16384
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue