winlin

set the default get_publish_normal_timeout to 5s

@@ -2605,7 +2605,7 @@ int SrsConfig::get_publish_normal_timeout(string vhost) @@ -2605,7 +2605,7 @@ int SrsConfig::get_publish_normal_timeout(string vhost)
2605 return DEFAULT; 2605 return DEFAULT;
2606 } 2606 }
2607 2607
2608 - conf = conf->get("get_publish_normal_timeout"); 2608 + conf = conf->get("publish_normal_timeout");
2609 if (!conf || conf->arg0().empty()) { 2609 if (!conf || conf->arg0().empty()) {
2610 return DEFAULT; 2610 return DEFAULT;
2611 } 2611 }