From 8d7a2017424beaa3a5f4afcea05f3b3fb57ee46b Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 27 Feb 2021 10:41:48 +0800 Subject: [PATCH] RTC: Remove unused config --- trunk/conf/full.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 3f31d0750..13bdc7638 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -490,13 +490,6 @@ rtc_server { # Whether enable the perf stat at http://localhost:1985/api/v1/perf # default: 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. rtp_cache { # Whether enable the RTP packet cache.