Support a configurable compression level:
i.e.
$settings['igbinary_compress_level'] = 6;
Similar to how redis does it.
Issue fork igbinary-3548777
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
grimreaperHi,
Thanks for the issue and the MR.
Is it related or a duplicate of #3503772: Consider length for compression? ?
Comment #4
hanoiiNot really, that issue is about compression data conditionally on the string length , this is just setting the compression level of gzcompress:
https://www.php.net/manual/en/function.gzcompress.php
Comment #5
grimreaperComment #7
grimreaper