Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ccip/config/evm/fallback.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CacheTimeout = '10s'
HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '5s'
FinalityTagBypass = false
FinalityTagBypass = false
MaxAllowedFinalityDepth = 10000
PersistenceEnabled = true
PersistenceBatchSize = 100
Expand All @@ -84,7 +84,7 @@ SyncThreshold = 5
LeaseDuration = '0s'
NodeIsSyncingEnabled = false
FinalizedBlockPollInterval = '5s'
EnforceRepeatableRead = false
EnforceRepeatableRead = true
DeathDeclarationDelay = '10s'
NewHeadsPollInterval = '0s'
VerifyChainID = true
Expand Down
Loading