diff --git a/discovery/sync_manager.go b/discovery/sync_manager.go index fdf013e5..7cf11316 100644 --- a/discovery/sync_manager.go +++ b/discovery/sync_manager.go @@ -21,7 +21,7 @@ const ( // DefaultHistoricalSyncInterval is the default interval in which we'll // force a historical sync to ensure we have as much of the public // network as possible. - DefaultHistoricalSyncInterval = 20 * time.Minute + DefaultHistoricalSyncInterval = time.Hour // DefaultActiveSyncerTimeout is the default timeout interval in which // we'll wait until an active syncer has completed its state machine and