mark keep-alive as deprecated (#3511)

This commit is contained in:
Ivan FB 2025-07-16 15:26:59 +02:00 committed by GitHub
parent 5d1d538b45
commit b7f8728f23

View File

@ -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",