未验证 提交 8a401da0 编写于 作者: 邱鹿 Lucas 提交者: GitHub

remove unused field. (#6747)

Co-authored-by: qiulu3 <Lucas209910>
上级 2af5d173
......@@ -31,8 +31,6 @@ import java.util.concurrent.BlockingQueue;
*/
public final class MemoryChannel implements Channel {
private static final int PUSH_TIMEOUT = ScalingContext.getInstance().getServerConfiguration().getPushTimeout();
private final BlockingQueue<Record> queue = new ArrayBlockingQueue<>(ScalingContext.getInstance().getServerConfiguration().getBlockQueueSize());
private final AckCallback ackCallback;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册