Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-08-19 16:22:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0bbfc5526a894e2ec3e7c133768105bd49bdf0fa
0bbfc552
1 parent
7273c33c
set the default get_publish_normal_timeout to 5s
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
0bbfc55
...
...
@@ -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
=
7
000
;
static
int
DEFAULT
=
5
000
;
SrsConfDirective
*
conf
=
get_vhost
(
vhost
);
if
(
!
conf
)
{
...
...
请
注册
或
登录
后发表评论