未验证 提交 bc4e8c98 编写于 作者: 若汝棋茗 提交者: Gitee

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

Merge pull request !24 from HAHA_Zp/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册