Skip to content

Commit 8252c9c

Browse files
authored
Merge pull request #225 from stader-labs/update_default_client
Update default params
2 parents 6a7f8f7 + c69fbdf commit 8252c9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: shared/services/config/grafana-config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
// Constants
27-
const grafanaTag string = "grafana/grafana:9.4.18"
27+
const grafanaTag string = "grafana/grafana:9.5.18"
2828

2929
// Defaults
3030
const defaultGrafanaPort uint16 = 3100

Diff for: shared/services/config/lighthouse-config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const (
2727
lighthouseTagPortableTest string = "sigp/lighthouse:v5.3.0"
2828
lighthouseTagPortableProd string = "sigp/lighthouse:v5.3.0"
29-
defaultLhMaxPeers uint16 = 80
29+
defaultLhMaxPeers uint16 = 100
3030
)
3131

3232
// Configuration for Lighthouse

Diff for: shared/services/config/lodestar-config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const (
2727
lodestarTagTest string = "chainsafe/lodestar:v1.22.0"
2828
lodestarTagProd string = "chainsafe/lodestar:v1.22.0"
29-
defaultLodestarMaxPeers uint16 = 50
29+
defaultLodestarMaxPeers uint16 = 100
3030
)
3131

3232
// Configuration for Lodestar

Diff for: shared/services/config/prysm-config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535

3636
defaultPrysmRpcPort uint16 = 5053
3737
defaultPrysmOpenRpcPort bool = false
38-
defaultPrysmMaxPeers uint16 = 45
38+
defaultPrysmMaxPeers uint16 = 70
3939
)
4040

4141
// Configuration for Prysm

0 commit comments

Comments
 (0)