From 5fa4eb677988c28a17da344fd88ff6d43bb3b426 Mon Sep 17 00:00:00 2001 From: Bastien CHAMAGNE Date: Fri, 9 Jun 2023 10:28:57 +0200 Subject: [PATCH] Change out_of_sync_date_threshold value --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 828205dd4..5dc51f444 100755 --- a/config/prod.exs +++ b/config/prod.exs @@ -77,7 +77,7 @@ config :archethic, Archethic.Bootstrap.NetworkInit, config :archethic, Archethic.Bootstrap.Sync, # 15 days out_of_sync_date_threshold: - System.get_env("ARCHETHIC_BOOTSTRAP_OUT_OF_SYNC_THRESHOLD", "54000") |> String.to_integer() + System.get_env("ARCHETHIC_BOOTSTRAP_OUT_OF_SYNC_THRESHOLD", "1296000") |> String.to_integer() config :archethic, Archethic.BeaconChain.SlotTimer, # Every 10 minutes