From 0da697855e1b5836d2f72820f3fb46097211e6ab Mon Sep 17 00:00:00 2001 From: K7ZVX Date: Wed, 6 May 2026 04:24:12 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20delay=5Fmax=203.0=20=E2=86=92=205.0=20fo?= =?UTF-8?q?r=20randomized=20message=20pacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- meshai/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshai/config.py b/meshai/config.py index 8505517..d21291c 100644 --- a/meshai/config.py +++ b/meshai/config.py @@ -36,7 +36,7 @@ class ResponseConfig: """Response behavior settings.""" delay_min: float = 3.0 - delay_max: float = 3.0 + delay_max: float = 5.0 max_length: int = 200 max_messages: int = 3