Increase values for agent-speech-processing load_threshold to 1.0

This commit is contained in:
pabloFuente 2025-09-26 17:36:48 +02:00
parent 2ec5048b84
commit 31e6d6943e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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