ansuz / cryptpad

encrypted stuff
GNU Affero General Public License v3.0
4 stars 0 forks source link

heavy memory usage on load #10

Open ansuz opened 8 years ago

ansuz commented 8 years ago

When using leveldb backend, messages are now sent in order. As such, cryptpad no longer chokes completely when receiving messages, but we occasionally get several "too much recursion" errors.

This results in using a lot of memory, during which the tab often stops responding temporarily.