提交 aad18c07 编写于 作者: Y youyong205

fix channel manager

上级 a7d4de87
......@@ -299,7 +299,7 @@ public class ChannelManager implements Task {
private boolean shouldCheckServerConfig(int count) {
int duration = 60 * 5;
if (count % (duration) == 0) {
if (count % (duration) == 0 || m_activeIndex == -1) {
return true;
} else {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册