max_apply_update_errors = 1 for quick benchmark

This commit is contained in:
Paul Gauthier 2023-12-06 14:35:57 -08:00
parent fb7a7acb73
commit fd71b6a4a5

View file

@ -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()