forked from LBRYCommunity/lbry-sdk
bump split index to 2
This commit is contained in:
parent
511e57c231
commit
0faa2d35da
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ class Config(CLIConfig):
|
|||
"Routing table bucket index below which we always split the bucket if given a new key to add to it and "
|
||||
"the bucket is full. As this value is raised the depth of the routing table (and number of peers in it) "
|
||||
"will increase. This setting is used by seed nodes, you probably don't want to change it during normal "
|
||||
"use.", 1
|
||||
"use.", 2
|
||||
)
|
||||
|
||||
# protocol timeouts
|
||||
|
|
Loading…
Reference in a new issue