From 31e6d6943e73014b0bb6edea948f2bbaa6f34831 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 26 Sep 2025 17:36:48 +0200 Subject: [PATCH] Increase values for agent-speech-processing load_threshold to 1.0 --- community/agent-speech-processing.yaml | 2 +- pro/agent-speech-processing.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/agent-speech-processing.yaml b/community/agent-speech-processing.yaml index 671f6ae..b3b0d32 100644 --- a/community/agent-speech-processing.yaml +++ b/community/agent-speech-processing.yaml @@ -5,7 +5,7 @@ docker_image: docker.io/openvidu/agent-speech-processing:main enabled: false # Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1. -load_threshold: 0.7 +load_threshold: 1.0 # Log level for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL] log_level: INFO diff --git a/pro/agent-speech-processing.yaml b/pro/agent-speech-processing.yaml index 671f6ae..b3b0d32 100644 --- a/pro/agent-speech-processing.yaml +++ b/pro/agent-speech-processing.yaml @@ -5,7 +5,7 @@ docker_image: docker.io/openvidu/agent-speech-processing:main enabled: false # Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1. -load_threshold: 0.7 +load_threshold: 1.0 # Log level for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL] log_level: INFO