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:22:52 +08:00
parent 7273c33c35
commit 0bbfc5526a

View file

@ -2598,7 +2598,7 @@ int SrsConfig::get_publish_normal_timeout(string vhost)
// the timeout for publish recv.
// we must use more smaller timeout, for the recv never know the status
// of underlayer socket.
static int DEFAULT = 7000;
static int DEFAULT = 5000;
SrsConfDirective* conf = get_vhost(vhost);
if (!conf) {