increase default buffer size
This commit is contained in:
parent
4ef162f9b5
commit
df7b06507d
@ -23,7 +23,7 @@ namespace sockeye {
|
||||
|
||||
class BufferPool {
|
||||
public:
|
||||
static constexpr size_t BUFFER_SIZE = 4096;
|
||||
static constexpr size_t BUFFER_SIZE = 24576;
|
||||
|
||||
explicit BufferPool(size_t pool_size = 1024) {
|
||||
buffers_.reserve(pool_size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user