Increase values for agent-speech-processing load_threshold to 1.0
This commit is contained in:
parent
2ec5048b84
commit
31e6d6943e
@ -5,7 +5,7 @@ docker_image: docker.io/openvidu/agent-speech-processing:main
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1.
|
# 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 for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL]
|
||||||
log_level: INFO
|
log_level: INFO
|
||||||
|
|||||||
@ -5,7 +5,7 @@ docker_image: docker.io/openvidu/agent-speech-processing:main
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1.
|
# 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 for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL]
|
||||||
log_level: INFO
|
log_level: INFO
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user