diff --git a/waku/factory/external_config.nim b/waku/factory/external_config.nim index 43b37b01a..a89b010a1 100644 --- a/waku/factory/external_config.nim +++ b/waku/factory/external_config.nim @@ -314,6 +314,12 @@ hence would have reachability issues.""", name: "staticnode" .}: seq[string] + keepAlive* {. + desc: "Deprecated since >=v0.37. This param is ignored and keep alive is always active", + defaultValue: true, + name: "keep-alive" + .}: bool + numShardsInNetwork* {. desc: "Enables autosharding and set number of shards in the cluster, set to `0` to use static sharding",