settings: set inbound/ outbound default to 8, white_connect_percent to 70

Also propgagate this change as the default to various configs.
This commit is contained in:
draoi
2024-05-27 11:17:43 +02:00
parent 490084b26d
commit 15b7bc4bd8
4 changed files with 26 additions and 8 deletions

View File

@@ -77,7 +77,13 @@ inbound = ["tcp+tls://0.0.0.0:8242"]
# Inbound connections slots number, this many active inbound connections
# will be allowed. (This does not include manual or outbound connections)
#inbound_connections = 0
#inbound_connections = 8
## White connection percent
# gold_connect_count = 2
## White connection percent
# white_connect_percent = 70
# Manual connections retry limit, 0 for forever looping
#manual_attempt_limit = 0