fix waku sync config defaults (#3001)

This commit is contained in:
Simon-Pierre Vivier
2024-08-28 08:38:39 -06:00
committed by Gabriel mermelstein
parent 2048b70649
commit 4e6a5bf7ff
+2 -2
View File
@@ -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