View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
client.grpc.max_sessions_per_media_thread
Default Value: 25
Valid Values: A number between 1 and 100 inclusive.
Changes Take Effect: At start/restart
This parameter specifies the maximum number of GRPC sessions that can be handled by a single media thread.
Number of GRPC media threads is calculated based on "max_worker_threads" and this value. Note that a worker thread is needed
for a GRPC session, but one GRPC media thread could handle many sessions up to this limit. This value should not be changed.
Draft Option
No draft option