mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Remove unused config
This commit is contained in:
parent
14bfc98122
commit
427e3e0d84
1 changed files with 0 additions and 7 deletions
|
@ -490,13 +490,6 @@ rtc_server {
|
||||||
# Whether enable the perf stat at http://localhost:1985/api/v1/perf
|
# Whether enable the perf stat at http://localhost:1985/api/v1/perf
|
||||||
# default: on
|
# default: on
|
||||||
perf_stat on;
|
perf_stat on;
|
||||||
# The queue length, in number of mmsghdr, in messages.
|
|
||||||
# For example, 30 means we will cache 30K messages at most.
|
|
||||||
# If exceed, we will drop messages.
|
|
||||||
# @remark Each reuseport use a dedicated queue, if queue is 2000, reuseport is 4,
|
|
||||||
# then system queue is 2000*4 = 8k, user can incrase reuseport to incrase the queue.
|
|
||||||
# default: 2000
|
|
||||||
queue_length 2000;
|
|
||||||
# For RTP packet and its payload cache.
|
# For RTP packet and its payload cache.
|
||||||
rtp_cache {
|
rtp_cache {
|
||||||
# Whether enable the RTP packet cache.
|
# Whether enable the RTP packet cache.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue