1 parent 9047dcf commit f7e3ac9Copy full SHA for f7e3ac9
1 file changed
prometheus/lang_graph/subgraphs/issue_feature_subgraph.py
@@ -276,7 +276,7 @@ def invoke(
276
- final_patch: The selected patch for the feature implementation
277
- issue_response: A human-readable response describing the implementation
278
"""
279
- config = {"recursion_limit": number_of_candidate_patch * 60 + 60}
+ config = {"recursion_limit": number_of_candidate_patch * 75 + 75}
280
281
input_state = {
282
"issue_title": issue_title,
0 commit comments