Skip to content

Commit f7e3ac9

Browse files
committed
Increase recursion limit for feature implementation to enhance performance
1 parent 9047dcf commit f7e3ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prometheus/lang_graph/subgraphs/issue_feature_subgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def invoke(
276276
- final_patch: The selected patch for the feature implementation
277277
- issue_response: A human-readable response describing the implementation
278278
"""
279-
config = {"recursion_limit": number_of_candidate_patch * 60 + 60}
279+
config = {"recursion_limit": number_of_candidate_patch * 75 + 75}
280280

281281
input_state = {
282282
"issue_title": issue_title,

0 commit comments

Comments
 (0)