mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add config check utest
This commit is contained in:
parent
ebf9e560b1
commit
30ebba0673
4 changed files with 144 additions and 20 deletions
|
@ -36,7 +36,7 @@ srs_log_level trace;
|
|||
srs_log_file ./objs/srs.log;
|
||||
# the max connections.
|
||||
# if exceed the max connections, server will drop the new connection.
|
||||
# default: 12345
|
||||
# default: 1000
|
||||
max_connections 1000;
|
||||
# whether start as deamon
|
||||
# @remark: donot support reload.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue