File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
)
25
25
26
26
// Constants
27
- const grafanaTag string = "grafana/grafana:9.4 .18"
27
+ const grafanaTag string = "grafana/grafana:9.5 .18"
28
28
29
29
// Defaults
30
30
const defaultGrafanaPort uint16 = 3100
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
const (
27
27
lighthouseTagPortableTest string = "sigp/lighthouse:v5.3.0"
28
28
lighthouseTagPortableProd string = "sigp/lighthouse:v5.3.0"
29
- defaultLhMaxPeers uint16 = 80
29
+ defaultLhMaxPeers uint16 = 100
30
30
)
31
31
32
32
// Configuration for Lighthouse
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
const (
27
27
lodestarTagTest string = "chainsafe/lodestar:v1.22.0"
28
28
lodestarTagProd string = "chainsafe/lodestar:v1.22.0"
29
- defaultLodestarMaxPeers uint16 = 50
29
+ defaultLodestarMaxPeers uint16 = 100
30
30
)
31
31
32
32
// Configuration for Lodestar
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const (
35
35
36
36
defaultPrysmRpcPort uint16 = 5053
37
37
defaultPrysmOpenRpcPort bool = false
38
- defaultPrysmMaxPeers uint16 = 45
38
+ defaultPrysmMaxPeers uint16 = 70
39
39
)
40
40
41
41
// Configuration for Prysm
You can’t perform that action at this time.
0 commit comments