1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Support config to disable stat to improve performance.

This commit is contained in:
winlin 2020-04-16 18:37:37 +08:00
parent 810b32138e
commit 1a6e055f7f
5 changed files with 45 additions and 15 deletions

View file

@ -448,6 +448,9 @@ rtc_server {
# @remark The max padding size is 0x7f(127).
# default: 127
padding 127;
# Whether enable the perf stat at http://localhost:1985/api/v1/perf
# default: off
perf_stat off;
}
vhost rtc.vhost.srs.com {