正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -2605,7 +2605,7 @@ int SrsConfig::get_publish_normal_timeout(string vhost) | @@ -2605,7 +2605,7 @@ int SrsConfig::get_publish_normal_timeout(string vhost) | ||
| 2605 | return DEFAULT; | 2605 | return DEFAULT; |
| 2606 | } | 2606 | } |
| 2607 | 2607 | ||
| 2608 | - conf = conf->get("get_publish_normal_timeout"); | 2608 | + conf = conf->get("publish_normal_timeout"); |
| 2609 | if (!conf || conf->arg0().empty()) { | 2609 | if (!conf || conf->arg0().empty()) { |
| 2610 | return DEFAULT; | 2610 | return DEFAULT; |
| 2611 | } | 2611 | } |
-
请 注册 或 登录 后发表评论