mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
deploy: 909af9f16477d8e5438800487708af102651b81b
This commit is contained in:
parent
d8896b3ce6
commit
f069838db9
@ -196,7 +196,7 @@ type
|
||||
|
||||
store* {.
|
||||
desc: "Enable/disable waku store protocol",
|
||||
defaultValue: true,
|
||||
defaultValue: false,
|
||||
name: "store" }: bool
|
||||
|
||||
storenode* {.
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
|
||||
> :information_source: This instructions apply to nwaku version v0.13.0+. For versions prior to v0.13.0, check [this page](./configure-store-v0.12.0.md).
|
||||
|
||||
The waku store protocol is enabled by default the nwaku node.
|
||||
This is controlled by the `--store` option. To disable waku store protocol on startup, specify explicitly the `--store` option set to `false`:
|
||||
The waku store protocol is disabled by default the nwaku node.
|
||||
This is controlled by the `--store` option. To enable waku store protocol on startup, specify explicitly the `--store` option set to `true`:
|
||||
|
||||
```shell
|
||||
wakunode2 --store=false
|
||||
wakunode2 --store=true
|
||||
```
|
||||
|
||||
This option controls the mounting of the Waku Store protocol, meaning that your node will indicate to other peers that it supports the Waku store protocol.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user