mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +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;
|
opts.dynamic = true;
|
||||||
const unique_buffer<mutable_buffer> buf
|
const unique_buffer<mutable_buffer> buf
|
||||||
{
|
{
|
||||||
8_KiB
|
16_KiB
|
||||||
};
|
};
|
||||||
|
|
||||||
m::v1::event_auth request
|
m::v1::event_auth request
|
||||||
|
|
Loading…
Reference in a new issue