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
2014-11-11 18:49:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f21e92ae06c948a46fda1e862a6c18c7ffd5830
4f21e92a
1 parent
21f16f3a
fix the message of config for max_connections.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
4f21e92
...
...
@@ -1502,9 +1502,9 @@ int SrsConfig::check_config()
"total=%d(max_connections=%d, nb_consumed_fds=%d), ret=%d. "
"you can change max_connections from %d to %d, or "
"you can login as root and set the limit: ulimit -HSn %d"
,
nb_connections
,
nb_total
,
max_open_files
,
nb_connections
,
nb_total
+
1
,
max_open_files
,
nb_total
,
nb_connections
,
nb_consumed_fds
,
ret
,
nb_connections
,
nb_canbe
,
nb_total
);
ret
,
nb_connections
,
nb_canbe
,
nb_total
+
1
);
return
ret
;
}
}
...
...
请
注册
或
登录
后发表评论