even more default capacities

This commit is contained in:
Ceikry 2021-03-12 21:23:46 -06:00
parent f4273ee8f2
commit dd2e2a7f08
110 changed files with 147 additions and 147 deletions

View file

@ -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.