mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-26 14:51:49 +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* {.
|
||||
desc: "Interval between store sync attempts. In seconds.",
|
||||
defaultValue: 3600, # 1 hours
|
||||
defaultValue: 300, # 5 minutes
|
||||
name: "store-sync-interval"
|
||||
.}: int64
|
||||
|
||||
storeSyncRange* {.
|
||||
desc: "Amount of time to sync. In seconds.",
|
||||
defaultValue: 300, # 5 minutes
|
||||
defaultValue: 3600, # 1 hours
|
||||
name: "store-sync-range"
|
||||
.}: int64
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user