There was an error while loading. Please reload this page.
1 parent 814d492 commit d9b6686Copy full SHA for d9b6686
1 file changed
prometheus/app/models/requests/issue.py
@@ -54,7 +54,7 @@ class IssueRequest(BaseModel):
54
examples=[False],
55
)
56
number_of_candidate_patch: Optional[int] = Field(
57
- default=5,
+ default=3,
58
description="When the patch is not verified (through build or test), "
59
"number of candidate patches we generate to select the best one",
60
examples=[5],
0 commit comments