fix: delay_max 3.0 → 5.0 for randomized message pacing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
K7ZVX 2026-05-06 04:24:12 +00:00
commit 0da697855e

View file

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