Skip to content

Commit cebacd8

Browse files
RobertLuciandeliahu
authored andcommitted
Change max limit of processes per API replica (#1166)
(cherry picked from commit 687dc8d)
1 parent 6eb9f55 commit cebacd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/spec/validations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func predictorValidation() *cr.StructFieldValidation {
124124
Int32Validation: &cr.Int32Validation{
125125
Default: 1,
126126
GreaterThanOrEqualTo: pointer.Int32(1),
127-
LessThanOrEqualTo: pointer.Int32(20),
127+
LessThanOrEqualTo: pointer.Int32(100),
128128
},
129129
},
130130
{

0 commit comments

Comments
 (0)