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:
parent
810b32138e
commit
1a6e055f7f
5 changed files with 45 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue