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