mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
1bab7ae056
Instead of loading the entire torrent file into memory when trying to extrract active messages, we now only read the chunks that are necessary to decode any individual archive and then process extracted messages in chunks. This doesn't introduce a max cap of allowed memory yet, since the chunk size depends entirely on the size of the archive, but this will be done soon.