Added another fixme
This commit is contained in:
parent
fe98713cba
commit
799a95774c
@ -66,7 +66,7 @@ public class DirectChannelBufferFactory extends AbstractChannelBufferFactory {
|
||||
|
||||
private final Object bigEndianLock = new Object();
|
||||
private final Object littleEndianLock = new Object();
|
||||
private final int preallocatedBufferCapacity = 1048576;
|
||||
private final int preallocatedBufferCapacity = 1048576; // FIXME Magic number
|
||||
private ChannelBuffer preallocatedBigEndianBuffer = null;
|
||||
private int preallocatedBigEndianBufferPosition;
|
||||
private ChannelBuffer preallocatedLittleEndianBuffer = null;
|
||||
|
Loading…
Reference in New Issue
Block a user