提交 84bd6409 编写于 作者: D dongeforever

Reduce slave sync interval

上级 41373641
......@@ -1049,7 +1049,7 @@ public class BrokerController {
log.error("ScheduledTask SlaveSynchronize syncAll error.", e);
}
}
}, 1000 * 10, 1000 * 60, TimeUnit.MILLISECONDS);
}, 1000 * 3, 1000 * 3, TimeUnit.MILLISECONDS);
} else {
//handle the slave synchronise
if (null != slaveSyncFuture) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册