mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
mark keep-alive as deprecated (#3511)
This commit is contained in:
parent
4b3de54fc5
commit
eeea5fbf63
@ -314,6 +314,12 @@ hence would have reachability issues.""",
|
|||||||
name: "staticnode"
|
name: "staticnode"
|
||||||
.}: seq[string]
|
.}: 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* {.
|
numShardsInNetwork* {.
|
||||||
desc:
|
desc:
|
||||||
"Enables autosharding and set number of shards in the cluster, set to `0` to use static sharding",
|
"Enables autosharding and set number of shards in the cluster, set to `0` to use static sharding",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user