mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-08 00:43:10 +00:00
test: force cluster-id 15
This commit is contained in:
parent
46c46989de
commit
e3a270df40
@ -124,6 +124,7 @@ var DefaultWakuNodeOptions = []WakuNodeOption{
|
|||||||
WithPrometheusRegisterer(prometheus.NewRegistry()),
|
WithPrometheusRegisterer(prometheus.NewRegistry()),
|
||||||
WithMaxPeerConnections(50),
|
WithMaxPeerConnections(50),
|
||||||
WithCircuitRelayParams(2*time.Second, 3*time.Minute),
|
WithCircuitRelayParams(2*time.Second, 3*time.Minute),
|
||||||
|
WithClusterID(15),
|
||||||
}
|
}
|
||||||
|
|
||||||
// MultiAddresses return the list of multiaddresses configured in the node
|
// MultiAddresses return the list of multiaddresses configured in the node
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user