Skip to content

Commit

Permalink
change MAX_PEER_CONNECTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
laizy committed Jun 3, 2024
1 parent 6e1aa58 commit 3559cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/vbft/state_mgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (

const (
// TODO: move to config file
MAX_PEER_CONNECTIONS = 100
MAX_PEER_CONNECTIONS = 10
MAX_SYNCING_CHECK_BLK_NUM = 10
)

Expand Down

0 comments on commit 3559cad

Please sign in to comment.