You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the all_resources function returns a Vec containing, well, all resources. That means that the maximum amount to export is coupled to the memory of the server. This effectively breaks the export command on the very cheap / lightweight instance that atomicdata.dev is running on.
The all_resources function should return an iterator, and the file writer should use a buffer.