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:
parent
f9dcc26176
commit
2d0412e38a
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user