mirror of
https://gitee.com/xchao/j-im.git
synced 2024-12-02 11:57:43 +08:00
更改J-IM默认读缓冲区大小为2KB
This commit is contained in:
parent
161933e938
commit
1c97904ab1
@ -61,7 +61,7 @@ public class ImConfig {
|
||||
/**
|
||||
* 默认的接收数据的buffer size
|
||||
*/
|
||||
private long readBufferSize = 1024 * 1024;
|
||||
private long readBufferSize = 1024 * 2;
|
||||
|
||||
|
||||
public ImConfig(String bindIp,Integer bindPort){
|
||||
|
Loading…
Reference in New Issue
Block a user