mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
max_apply_update_errors = 1 for quick benchmark
This commit is contained in:
parent
fb7a7acb73
commit
fd71b6a4a5
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ class Coder:
|
|||
return set(edit[0] for edit in edits)
|
||||
|
||||
def apply_updates(self):
|
||||
max_apply_update_errors = 3
|
||||
max_apply_update_errors = 1
|
||||
|
||||
try:
|
||||
edited = self.update_files()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue