winlin

set the default get_publish_normal_timeout to 5s

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