mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
gpg: Increase compress buffer size.
* g10/compress.c (init_compress): Increase buffersize. -- This may speed up things a little bit.
This commit is contained in:
parent
2a0caeb868
commit
7d82fca43d
@ -81,7 +81,7 @@ init_compress( compress_filter_context_t *zfx, z_stream *zs )
|
|||||||
g10_exit (2);
|
g10_exit (2);
|
||||||
}
|
}
|
||||||
|
|
||||||
zfx->outbufsize = 8192;
|
zfx->outbufsize = 65536;
|
||||||
zfx->outbuf = xmalloc( zfx->outbufsize );
|
zfx->outbuf = xmalloc( zfx->outbufsize );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user