Skip to content

Commit

Permalink
Adding missing property to the fallback.toml file (#15917)
Browse files Browse the repository at this point in the history
* Adding missing property to the fallback.toml file

* Adding missing property to the fallback.toml file
  • Loading branch information
mateusz-sekara authored Jan 14, 2025
1 parent ccd5c29 commit 6860107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ccip/config/evm/fallback.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FinalityTagEnabled = false
LogBackfillBatchSize = 1000
LogPollInterval = '15s'
LogKeepBlocksDepth = 100000
# CCIP uses paging when removing logs to avoid pushing too much pressure on the database
LogPrunePageSize = 10000
BackupLogPollerBlockDelay = 100
MinContractPayment = '.00001 link'
Expand All @@ -20,6 +19,7 @@ NoNewFinalizedHeadsThreshold = '0'
LogBroadcasterEnabled = true

[Transactions]
Enabled = true
ForwardersEnabled = false
MaxInFlight = 16
MaxQueued = 250
Expand Down Expand Up @@ -67,6 +67,7 @@ MaxBufferSize = 3
SamplingInterval = '1s'
FinalityTagBypass = true
MaxAllowedFinalityDepth = 10000
PersistenceEnabled = true

[NodePool]
PollFailureThreshold = 5
Expand Down

0 comments on commit 6860107

Please sign in to comment.