mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_STAT
This commit is contained in:
parent
71f1ccbf90
commit
8e294709b0
5 changed files with 3 additions and 30 deletions
|
@ -609,11 +609,7 @@ srs_error_t SrsGoApiFeatures::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMess
|
|||
#else
|
||||
features->set("ingest", SrsJsonAny::boolean(false));
|
||||
#endif
|
||||
#ifdef SRS_AUTO_STAT
|
||||
features->set("stat", SrsJsonAny::boolean(true));
|
||||
#else
|
||||
features->set("stat", SrsJsonAny::boolean(false));
|
||||
#endif
|
||||
#ifdef SRS_AUTO_NGINX
|
||||
features->set("nginx", SrsJsonAny::boolean(true));
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue