From 4ec44936f67af30a48be6c7d14a57a1cfaf5fdfa Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 17 Dec 2024 14:01:13 -0800 Subject: [PATCH] analytics to 10% --- aider/analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):