forked from 2009Scape/Server
even more default capacities
This commit is contained in:
parent
c25d85a28e
commit
4aaa1563e5
110 changed files with 147 additions and 147 deletions
|
|
@ -45,7 +45,7 @@ public class IoSession {
|
|||
/**
|
||||
* The currently queued writing data.
|
||||
*/
|
||||
private List<ByteBuffer> writingQueue = new ArrayList<>();
|
||||
private List<ByteBuffer> writingQueue = new ArrayList<>(20);
|
||||
|
||||
/**
|
||||
* The currently queued reading data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue