0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/importer
kirrg001 29e143fa9a 🐛 Fixed large imports
closes #9348

- do not run import with `Promise.all`
- with a large import file, we run an enormous amount of queries in parallel, which does not allow Node to cleanup memory
- tested with an 13mb import file
- requires bookshelf-relations 0.1.4
2018-01-02 23:21:45 +01:00
..
handlers Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
importers 🐛 Fixed large imports 2018-01-02 23:21:45 +01:00
index.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00