mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
f31e40264e
This commit refactors the discord import tool such that, instead of loading all data to be imported into memory at once, it will now perform the import on a per file basis. This improves the memory pressure for the node performing the import and seems to increase its performance as well.