Variable HMSH_SERIALIZER_COMPRESSION_THRESHOLDConst

HMSH_SERIALIZER_COMPRESSION_THRESHOLD: number = ...

Serializer compression threshold. When a stringified object exceeds this size in bytes, it will be gzipped and base64 encoded (with /b prefix) to reduce Redis hash storage size. Default 100 bytes - small enough to catch most workflow state but compression only applies if it actually reduces size.