mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 07:06:42 +00:00
fix waku sync config defaults (#3001)
This commit is contained in:
parent
2048b70649
commit
4e6a5bf7ff
@ -403,13 +403,13 @@ type WakuNodeConf* = object
|
|||||||
|
|
||||||
storeSyncInterval* {.
|
storeSyncInterval* {.
|
||||||
desc: "Interval between store sync attempts. In seconds.",
|
desc: "Interval between store sync attempts. In seconds.",
|
||||||
defaultValue: 3600, # 1 hours
|
defaultValue: 300, # 5 minutes
|
||||||
name: "store-sync-interval"
|
name: "store-sync-interval"
|
||||||
.}: int64
|
.}: int64
|
||||||
|
|
||||||
storeSyncRange* {.
|
storeSyncRange* {.
|
||||||
desc: "Amount of time to sync. In seconds.",
|
desc: "Amount of time to sync. In seconds.",
|
||||||
defaultValue: 300, # 5 minutes
|
defaultValue: 3600, # 1 hours
|
||||||
name: "store-sync-range"
|
name: "store-sync-range"
|
||||||
.}: int64
|
.}: int64
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user