Skip to content

Commit

Permalink
Change out_of_sync_date_threshold value
Browse files Browse the repository at this point in the history
  • Loading branch information
bchamagne authored and Neylix committed Jun 9, 2023
1 parent 8e72e7e commit 5fa4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fa4eb6

Please sign in to comment.