mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
for bug #162, add conf and connections limit.
This commit is contained in:
parent
ab965655aa
commit
e656a65b6c
1 changed files with 3 additions and 0 deletions
|
@ -1564,6 +1564,9 @@ int SrsConfig::check_config()
|
|||
}
|
||||
}
|
||||
|
||||
// show important args.
|
||||
srs_trace("conf: %s, limit: %d", config_file.c_str(), get_max_connections());
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// check features
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue