diff --git a/aider/analytics.py b/aider/analytics.py index 37c3d86f0..d5c37c10a 100644 --- a/aider/analytics.py +++ b/aider/analytics.py @@ -12,7 +12,7 @@ from aider import __version__ from aider.dump import dump # noqa: F401 from aider.models import model_info_manager -PERCENT = 5 +PERCENT = 10 def compute_hex_threshold(percent):