Unlimited egress operations by default
This commit is contained in:
parent
323678d36a
commit
cddc17eb10
@ -21,3 +21,16 @@ s3:
|
||||
endpoint: http://minio:9000
|
||||
bucket: openvidu
|
||||
force_path_style: true
|
||||
|
||||
# CPU cost for each type of Egress operation
|
||||
# Default is setted for unlimited operations
|
||||
# Change these values according to your needs
|
||||
cpu_cost:
|
||||
max_cpu_utilization: 0.99
|
||||
room_composite_cpu_cost: 0.01
|
||||
audio_room_composite_cpu_cost: 0.01
|
||||
web_cpu_cost: 0.01
|
||||
audio_web_cpu_cost: 0.01
|
||||
participant_cpu_cost: 0.01
|
||||
track_composite_cpu_cost: 0.01
|
||||
track_cpu_cost: 0.01
|
||||
|
||||
@ -21,3 +21,16 @@ s3:
|
||||
endpoint: http://minio:9000
|
||||
bucket: openvidu
|
||||
force_path_style: true
|
||||
|
||||
# CPU cost for each type of Egress operation
|
||||
# Default is setted for unlimited operations
|
||||
# Change these values according to your needs
|
||||
cpu_cost:
|
||||
max_cpu_utilization: 0.99
|
||||
room_composite_cpu_cost: 0.01
|
||||
audio_room_composite_cpu_cost: 0.01
|
||||
web_cpu_cost: 0.01
|
||||
audio_web_cpu_cost: 0.01
|
||||
participant_cpu_cost: 0.01
|
||||
track_composite_cpu_cost: 0.01
|
||||
track_cpu_cost: 0.01
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user