Skip to content

Commit

Permalink
increase perf limit on observation
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Mar 21, 2024
1 parent f9a7aa2 commit f120f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/v3/observation.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// as different nodes would upgrade at different times and would need to
// adhere to each others' limits
const (
ObservationPerformablesLimit = 50
ObservationPerformablesLimit = 100
ObservationLogRecoveryProposalsLimit = 5
ObservationConditionalsProposalsLimit = 5
ObservationBlockHistoryLimit = 256
Expand Down

0 comments on commit f120f19

Please sign in to comment.