mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-26 00:00:19 +00:00
45d8449c69
These are helpful when explicitly managing memory overheads
11 lines
238 B
Markdown
11 lines
238 B
Markdown
# `message:shrink_data()`
|
|
|
|
{{since('dev')}}
|
|
|
|
This method will ensure that the message contents are journalled to the spool,
|
|
and then release any in-memory body data, keeping the metadata in-memory.
|
|
|
|
See also:
|
|
* [msg:shrink()](shrink.md)
|
|
|