mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-11 02:13:11 +00:00
doc: include default shard value in config
This commit is contained in:
parent
6a62823273
commit
21d1aebd81
@ -303,7 +303,7 @@ type WakuNodeConf* = object
|
||||
|
||||
shards* {.
|
||||
desc: "Shards index to subscribe to [0.." & $MaxShardIndex & "]. Argument may be repeated.",
|
||||
defaultValue: @[],
|
||||
defaultValue: @[0.uint16, 1.uint16, 2.uint16, 3.uint16, 4.uint16, 5.uint16, 6.uint16, 7.uint16],
|
||||
name: "shard"
|
||||
.}: seq[uint16]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user