doc: include default shard value in config

This commit is contained in:
fryorcraken 2024-06-28 12:50:09 +10:00
parent 7d4c573253
commit 612c73bd62
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

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]