Revert "max_apply_update_errors = 1 for quick benchmark"

This reverts commit fd71b6a4a5.
This commit is contained in:
Paul Gauthier 2023-12-07 07:43:06 -08:00
parent fd71b6a4a5
commit ad092152d0

View file

@ -849,7 +849,7 @@ class Coder:
return set(edit[0] for edit in edits)
def apply_updates(self):
max_apply_update_errors = 1
max_apply_update_errors = 3
try:
edited = self.update_files()