mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Disable player perf stat, because it should be refined.
This commit is contained in:
parent
f689b74cc7
commit
ab601ff386
3 changed files with 10 additions and 9 deletions
|
@ -488,8 +488,9 @@ rtc_server {
|
|||
# default: off
|
||||
merge_nalus off;
|
||||
# Whether enable the perf stat at http://localhost:1985/api/v1/perf
|
||||
# default: on
|
||||
perf_stat on;
|
||||
# TODO: FIXME: We should enable it when refined.
|
||||
# default: off
|
||||
perf_stat off;
|
||||
# For RTP packet and its payload cache.
|
||||
rtp_cache {
|
||||
# Whether enable the RTP packet cache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue