From b7f8728f233d3e853f3ab29b75b63a2a7e50aff6 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:26:59 +0200 Subject: [PATCH] mark keep-alive as deprecated (#3511) --- waku/factory/external_config.nim | 6 ++++++ 1 file changed, 6 insertions(+) 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",