正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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) { |
-
请 注册 或 登录 后发表评论