mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
mark keep-alive as deprecated (#3511)
This commit is contained in:
parent
5d1d538b45
commit
b7f8728f23
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user