matrix-react-sdk
259d3608 - Make rageshake use less memory

Commit
7 years ago
Make rageshake use less memory If an individual log is larger than the max size, ignore the rest of it. Also build the string as we go rather than joining it all together at the end, that way we only need the whole string + one chunk in memory at once, rather than the whole string x 2.
Author
Parents
Loading