doc: include default shard value in config

This commit is contained in:
fryorcraken 2024-06-28 12:50:09 +10:00
parent 6a62823273
commit 21d1aebd81

View File

@ -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]