From 914574b0c47ccc657fae7715e3264877207ea07b Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Wed, 3 Jan 2024 18:15:59 +0530 Subject: [PATCH] chg : maxpeers of amoy val to 3 from 1 --- .../templates/testnet-amoy/sentry/validator/bor/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/templates/testnet-amoy/sentry/validator/bor/config.toml b/packaging/templates/testnet-amoy/sentry/validator/bor/config.toml index a42a3f4b51..cae793b7cd 100644 --- a/packaging/templates/testnet-amoy/sentry/validator/bor/config.toml +++ b/packaging/templates/testnet-amoy/sentry/validator/bor/config.toml @@ -25,7 +25,7 @@ syncmode = "full" # debug = true [p2p] - maxpeers = 1 + maxpeers = 3 port = 30303 nodiscover = true # maxpendpeers = 50