Skip to content

Commit

Permalink
Use underscored number formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloKashif committed Apr 2, 2024
1 parent 010a6da commit e1e9c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/chains/evm/config/toml/defaults/fallback.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FinalityDepth = 50
FinalityTagEnabled = false
LogBackfillBatchSize = 1000
LogPollInterval = '15s'
LogKeepBlocksDepth = 100000
LogKeepBlocksDepth = 100_000
# CCIP uses paging when removing logs to avoid pushing too much pressure on the database
LogPrunePageSize = 10000
LogPrunePageSize = 10_000
BackupLogPollerBlockDelay = 100
MinContractPayment = '.00001 link'
MinIncomingConfirmations = 3
Expand Down Expand Up @@ -73,4 +73,4 @@ DeltaCJitterOverride = '1h'
ObservationGracePeriod = '1s'

[OCR2.Automation]
GasLimit = 5400000
GasLimit = 5_400_000

0 comments on commit e1e9c7b

Please sign in to comment.