element-web/src/rageshake
David Baker 259d3608ee 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.
2018-10-15 15:23:44 +01:00
..
rageshake.js Make rageshake use less memory 2018-10-15 15:23:44 +01:00
submit-rageshake.js