Skip to content

Commit

Permalink
bump boost significantly
Browse files Browse the repository at this point in the history
the AddChainInbound test is consistently failing with a "message too
costly" error in exec; increasing the relative boost per wait hour
causes exec to significantly boost the paid fee so we can execute the
message.
  • Loading branch information
makramkd committed Nov 27, 2024
1 parent 516e161 commit b10a0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ccip/changeset/internal/deploy_home_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
RemoteGasPriceBatchWriteFrequency = 30 * time.Minute
TokenPriceBatchWriteFrequency = 30 * time.Minute
BatchGasLimit = 6_500_000
RelativeBoostPerWaitHour = 1.5
RelativeBoostPerWaitHour = 10000.5
InflightCacheExpiry = 10 * time.Minute
RootSnoozeTime = 30 * time.Minute
BatchingStrategyID = 0
Expand Down

0 comments on commit b10a0ad

Please sign in to comment.