Skip to content

Commit

Permalink
- try new p2p configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Feb 6, 2024
1 parent 3805769 commit aeaf00e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cmd/node/config/fullArchiveP2P.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions cmd/node/config/p2p.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aeaf00e

Please sign in to comment.