1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #5219: Increase zlib_decompress buffer

This commit is contained in:
Ruben S. Montero 2021-01-11 10:12:28 +01:00
parent f9dcc26176
commit 2d0412e38a
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -515,7 +515,7 @@ void one_util::split_unique(const string& st, char delim, set<string>& res)
/**
* Buffer length for zlib inflate/deflate
*/
#define ZBUFFER 16384
#define ZBUFFER 65536
string * one_util::zlib_compress(const string& in, bool base64)
{