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 4b3de54fc5
commit eeea5fbf63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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