From aeaf00e76662fa6ef34c1babe4b43c1172144d14 Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Tue, 6 Feb 2024 18:03:38 +0200 Subject: [PATCH] - try new p2p configs --- cmd/node/config/fullArchiveP2P.toml | 8 ++++---- cmd/node/config/p2p.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/node/config/fullArchiveP2P.toml b/cmd/node/config/fullArchiveP2P.toml index 0a7ee26a73f..ba6e76c4c01 100644 --- a/cmd/node/config/fullArchiveP2P.toml +++ b/cmd/node/config/fullArchiveP2P.toml @@ -71,10 +71,10 @@ [Sharding] # The targeted number of peer connections - TargetPeerCount = 36 - MaxIntraShardValidators = 6 - MaxCrossShardValidators = 13 - MaxIntraShardObservers = 5 + TargetPeerCount = 41 + MaxIntraShardValidators = 7 + MaxCrossShardValidators = 15 + MaxIntraShardObservers = 7 MaxCrossShardObservers = 3 MaxSeeders = 2 diff --git a/cmd/node/config/p2p.toml b/cmd/node/config/p2p.toml index 6e9931f9bc1..e8df20bef59 100644 --- a/cmd/node/config/p2p.toml +++ b/cmd/node/config/p2p.toml @@ -71,10 +71,10 @@ [Sharding] # The targeted number of peer connections - TargetPeerCount = 36 - MaxIntraShardValidators = 6 - MaxCrossShardValidators = 13 - MaxIntraShardObservers = 5 + TargetPeerCount = 41 + MaxIntraShardValidators = 7 + MaxCrossShardValidators = 15 + MaxIntraShardObservers = 7 MaxCrossShardObservers = 3 MaxSeeders = 2