Skip to content

Commit

Permalink
[Keystone] Increase default OCR phase size limit (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolekk committed Dec 10, 2024
1 parent aadff98 commit 8d8888a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/capabilities/consensus/ocr3/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ type factory struct {
}

const (
defaultMaxPhaseOutputBytes = 100000
// TODO(KS-617): read this from contract config
defaultMaxPhaseOutputBytes = 1000000 // 1 MB
defaultMaxReportCount = 20
)

Expand Down

0 comments on commit 8d8888a

Please sign in to comment.