Skip to content

Commit d9b6686

Browse files
committed
reduce number of candidate patch
1 parent 814d492 commit d9b6686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prometheus/app/models/requests/issue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class IssueRequest(BaseModel):
5454
examples=[False],
5555
)
5656
number_of_candidate_patch: Optional[int] = Field(
57-
default=5,
57+
default=3,
5858
description="When the patch is not verified (through build or test), "
5959
"number of candidate patches we generate to select the best one",
6060
examples=[5],

0 commit comments

Comments
 (0)