Skip to content

Commit

Permalink
Update defalt params
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Oct 26, 2024
1 parent 6a7f8f7 commit c69fbdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shared/services/config/grafana-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

// Constants
const grafanaTag string = "grafana/grafana:9.4.18"
const grafanaTag string = "grafana/grafana:9.5.18"

// Defaults
const defaultGrafanaPort uint16 = 3100
Expand Down
2 changes: 1 addition & 1 deletion shared/services/config/lighthouse-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
lighthouseTagPortableTest string = "sigp/lighthouse:v5.3.0"
lighthouseTagPortableProd string = "sigp/lighthouse:v5.3.0"
defaultLhMaxPeers uint16 = 80
defaultLhMaxPeers uint16 = 100
)

// Configuration for Lighthouse
Expand Down
2 changes: 1 addition & 1 deletion shared/services/config/lodestar-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
lodestarTagTest string = "chainsafe/lodestar:v1.22.0"
lodestarTagProd string = "chainsafe/lodestar:v1.22.0"
defaultLodestarMaxPeers uint16 = 50
defaultLodestarMaxPeers uint16 = 100
)

// Configuration for Lodestar
Expand Down
2 changes: 1 addition & 1 deletion shared/services/config/prysm-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (

defaultPrysmRpcPort uint16 = 5053
defaultPrysmOpenRpcPort bool = false
defaultPrysmMaxPeers uint16 = 45
defaultPrysmMaxPeers uint16 = 70
)

// Configuration for Prysm
Expand Down

0 comments on commit c69fbdf

Please sign in to comment.