From f5bf8b86840a341f5f67342e86fee0b9c07b352c Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Fri, 4 Feb 2022 16:43:19 -0300 Subject: [PATCH] bump split index to 2 --- lbry/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/conf.py b/lbry/conf.py index 234a1709e..15fe5f8b6 100644 --- a/lbry/conf.py +++ b/lbry/conf.py @@ -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