From 785a5907a8dda86c9af4a8d3db3898b57270817d Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 19 Aug 2015 16:27:22 +0800 Subject: [PATCH] set the default get_publish_normal_timeout to 5s --- trunk/src/app/srs_app_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_config.cpp b/trunk/src/app/srs_app_config.cpp index 836545518..2c2f3e273 100644 --- a/trunk/src/app/srs_app_config.cpp +++ b/trunk/src/app/srs_app_config.cpp @@ -2605,7 +2605,7 @@ int SrsConfig::get_publish_normal_timeout(string vhost) return DEFAULT; } - conf = conf->get("get_publish_normal_timeout"); + conf = conf->get("publish_normal_timeout"); if (!conf || conf->arg0().empty()) { return DEFAULT; }