From 6436fc12c8df9d491e422d0b200733397a8252e7 Mon Sep 17 00:00:00 2001 From: Pim Hutting Date: Wed, 19 Nov 2025 11:48:49 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Twirre --- src/control_backend/core/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/control_backend/core/config.py b/src/control_backend/core/config.py index c1c5dd1..808dd4a 100644 --- a/src/control_backend/core/config.py +++ b/src/control_backend/core/config.py @@ -38,7 +38,6 @@ class BehaviourSettings(BaseModel): vad_prob_threshold: float = 0.5 vad_initial_since_speech: int = 100 vad_non_speech_patience_chunks: int = 3 - vad_poll_time: int = 1 # transcription behaviour transcription_max_concurrent_tasks: int = 3