0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/data
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
..
db Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
export Moved ghost-version to lib 2017-12-14 22:14:55 +01:00
importer 🐛 Fixed large imports 2018-01-02 23:21:45 +01:00
meta Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
migrations Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
schema Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
validation Moved validateRedirects helper to data/validation 2017-12-14 11:55:10 +01:00
xml/sitemap Import lib/common only 2017-12-12 10:28:13 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00