0
0
Fork 0
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:
Jason Volk 2019-08-04 16:03:23 -07:00
parent fd23deefb8
commit 3d3ec4ee1c

View file

@ -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