Skip to content

Commit

Permalink
call out interval to gauge load on nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Nov 4, 2024
1 parent 8e8ee6a commit 309dc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config/docs/chains-solana.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BlockHistoryPollPeriod = '5s' # Default
# BlockHistorySize is the number of blocks to take into consideration when using FeeEstimatorMode = 'blockhistory' to determine compute unit price.
# If set to 1, the compute unit price will be determined by the median of the last block's compute unit prices.
# If set N > 1, the compute unit price will be determined by the average of the medians of the last N blocks' compute unit prices.
# DISCLAIMER: 1:1 ratio between n and RPC calls.
# DISCLAIMER: 1:1 ratio between n and RPC calls. It executes once every 'BlockHistoryPollPeriod' value.
BlockHistorySize = 1 # Default
# ComputeUnitLimitDefault is the compute units limit applied to transactions unless overriden during the txm enqueue
ComputeUnitLimitDefault = 200_000 # Default
Expand Down

0 comments on commit 309dc1a

Please sign in to comment.