提交 42082bd6 编写于 作者: 代码黑洞_'s avatar 代码黑洞_

修改 数据交互缓存池限制 min=1024 byte

上级 70c16f6e
......@@ -39,7 +39,7 @@ namespace TouchSocket.Sockets
{
if (value < 1024)
{
value = 1024 * 10;
value = 1024;
}
m_bufferLength = value;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册