1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

set the default get_publish_normal_timeout to 5s

This commit is contained in:
winlin 2015-08-19 16:27:22 +08:00
parent 0bbfc5526a
commit 785a5907a8

View file

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