mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
updates buffer size to a more efficient default
This commit is contained in:
@@ -84,7 +84,7 @@ struct core {
|
||||
transport_type;
|
||||
|
||||
///
|
||||
static const size_t connection_read_buffer_size = 32;
|
||||
static const size_t connection_read_buffer_size = 512;
|
||||
|
||||
/// Drop connections immediately on protocol error.
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user