0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00
ghost/core
Naz eb52cb06bb Improved threading performance on non-SQLite clients
refs https://github.com/TryGhost/Ghost/pull/12431

- child_process are more expensive to run comparing to worker_threads (ref. https://wanago.io/2019/05/20/node-js-typescript-14-performance-hooks/)
- limiting child process only to sqlite backed instances allows high load servers running with MySQL (most usecases) to continue using worker_threads
2020-11-30 13:27:40 +13:00
..
client@ad3460a4e8 Updated Ghost-Admin to v3.38.3 2020-11-23 17:34:33 +00:00
frontend Switched frontend i18n requires to go through proxy 2020-11-26 14:00:28 +00:00
server Improved threading performance on non-SQLite clients 2020-11-30 13:27:40 +13:00
shared
index.js