Home > @imqueue/core > IMQOptions > useGzip
IMQOptions.useGzip property
Enable message compression for serialization. Increases a worker CPU load but decreases network traffic between workers and the queue host.
{boolean}
Signature:
useGzip?: boolean;