Skip to content
Snippets Groups Projects
Commit d84aad17 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Increase LLSD unzip scratch buffer size

parent f4f5582b
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -2238,7 +2238,7 @@ LLUZipHelper::EZipRresult LLUZipHelper::unzip_llsd(LLSD& data, const U8* in, S32
llssize cur_size = 0;
z_stream strm;
constexpr U32 CHUNK = 1024 * 512;
constexpr U32 CHUNK = 1024 * 1024;
static thread_local std::unique_ptr<U8[]> out;
if (!out)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment