mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/m_fetch: Increase buffer size.
This commit is contained in:
parent
fd23deefb8
commit
3d3ec4ee1c
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ try
|
|||
opts.dynamic = true;
|
||||
const unique_buffer<mutable_buffer> buf
|
||||
{
|
||||
8_KiB
|
||||
16_KiB
|
||||
};
|
||||
|
||||
m::v1::event_auth request
|
||||
|
|
Loading…
Reference in a new issue