From e656a65b6c47db5f130af5d75dac7f09ef8d2d63 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 19 Aug 2014 15:52:59 +0800 Subject: [PATCH] for bug #162, add conf and connections limit. --- trunk/src/app/srs_app_config.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/src/app/srs_app_config.cpp b/trunk/src/app/srs_app_config.cpp index 1b4f69b15..9b9c9cb9d 100644 --- a/trunk/src/app/srs_app_config.cpp +++ b/trunk/src/app/srs_app_config.cpp @@ -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 ////////////////////////////////////////////////////////////////////////