Skip to content

Commit

Permalink
parameter tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Nov 4, 2024
1 parent ce7cb4f commit 75396ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commit/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ const (
// Estimated maximum number of RMN nodes the system will support.
estimatedMaxRmnNodesCount = 256

// Estimated maximum number of priced tokens that the Commit DON will support.
// Estimated maximum number of priced tokens that the Commit DON supports.
// This value does not indicate a system limitation but just an estimation to properly tune the OCR parameters.
// The value can be adjusted as needed.
estimatedMaxNumberOfPricedTokens = 10_000

// maxQueryLength is set to twice the maximum size of a theoretical merkle root processor query
Expand Down

0 comments on commit 75396ff

Please sign in to comment.