mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
Merge pull request #5479
edbae2d0
levin_protocol_handler_async: tune down preallocation a fair bit (moneromooo-monero)
This commit is contained in:
commit
d86dd5fa7c
@ -266,7 +266,7 @@ public:
|
||||
m_pservice_endpoint(psnd_hndlr),
|
||||
m_config(config),
|
||||
m_connection_context(conn_context),
|
||||
m_cache_in_buffer(256 * 1024),
|
||||
m_cache_in_buffer(4 * 1024),
|
||||
m_state(stream_state_head)
|
||||
{
|
||||
m_close_called = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user