diff --git a/waku/factory/external_config.nim b/waku/factory/external_config.nim index 41e66640ae..6e5d99b998 100644 --- a/waku/factory/external_config.nim +++ b/waku/factory/external_config.nim @@ -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