mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix: removing keepAlive from wakuConf (#3481)
This commit is contained in:
parent
bed5c9ab52
commit
cc30666016
@ -121,7 +121,6 @@ type WakuConfBuilder* = object
|
||||
relayShardedPeerManagement: Option[bool]
|
||||
relayServiceRatio: Option[string]
|
||||
circuitRelayClient: Option[bool]
|
||||
keepAlive: Option[bool]
|
||||
p2pReliability: Option[bool]
|
||||
|
||||
proc init*(T: type WakuConfBuilder): WakuConfBuilder =
|
||||
@ -622,7 +621,6 @@ proc build*(
|
||||
relayServiceRatio: builder.relayServiceRatio.get("60:40"),
|
||||
rateLimits: rateLimits,
|
||||
circuitRelayClient: builder.circuitRelayClient.get(false),
|
||||
keepAlive: builder.keepAlive.get(true),
|
||||
staticNodes: builder.staticNodes,
|
||||
relayShardedPeerManagement: relayShardedPeerManagement,
|
||||
p2pReliability: builder.p2pReliability.get(false),
|
||||
|
||||
@ -83,7 +83,6 @@ type WakuConf* {.requiresInit.} = ref object
|
||||
relayPeerExchange*: bool
|
||||
rendezvous*: bool
|
||||
circuitRelayClient*: bool
|
||||
keepAlive*: bool
|
||||
|
||||
discv5Conf*: Option[Discv5Conf]
|
||||
dnsDiscoveryConf*: Option[DnsDiscoveryConf]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user