Skip to content

Commit

Permalink
- fixed p2p toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Feb 5, 2024
1 parent b2450f5 commit 3805769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmd/node/config/fullArchiveP2P.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
[Sharding]
# The targeted number of peer connections
TargetPeerCount = 36
MaxIntraShardValidators = 7
MaxCrossShardValidators = 15
MaxIntraShardObservers = 2
MaxIntraShardValidators = 6
MaxCrossShardValidators = 13
MaxIntraShardObservers = 5
MaxCrossShardObservers = 3
MaxSeeders = 2

Expand Down
6 changes: 3 additions & 3 deletions cmd/node/config/p2p.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
[Sharding]
# The targeted number of peer connections
TargetPeerCount = 36
MaxIntraShardValidators = 7
MaxCrossShardValidators = 15
MaxIntraShardObservers = 2
MaxIntraShardValidators = 6
MaxCrossShardValidators = 13
MaxIntraShardObservers = 5
MaxCrossShardObservers = 3
MaxSeeders = 2

Expand Down

0 comments on commit 3805769

Please sign in to comment.