0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Kevin Ansfield 33e57c408a Removed logging require in db/connection.js (#12690)
refs https://github.com/TryGhost/Ghost/issues/12496

- having the logging require here means that workers wanting to use the db are unable to do so without requiring logging as a side-effect
- `connection.loggingHook` does not appear to be widely used for anything outside of specific debugging scenarios when using MySQL so it should be safe to disable until a proper fix is found for workers+logging leaking file descriptors
2021-02-22 13:05:01 +00:00
..
adapters Improved JSDoc in default scheduler 2020-12-16 17:25:05 +13:00
api 🐛 Fixed unexpected members-only content appearing in excerpt field (#12670) 2021-02-22 09:51:44 +00:00
data Removed logging require in db/connection.js (#12690) 2021-02-22 13:05:01 +00:00
lib Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
models 🐛 Fixed Member model removing labels when unset 2021-02-08 09:44:47 +00:00
public Enabled Portal (#12317) 2020-11-03 14:36:21 +05:30
services Removed models require from analytics job (#12689) 2021-02-22 13:04:53 +00:00
translations Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
views
web Migrated jobs to use parentPort.postMessage 2021-02-22 13:02:41 +00:00
analytics-events.js
ghost-server.js 🐛 Fixed EADDRINUSE error handling on NodeJS >=13 (#12591) 2021-02-16 13:21:21 +00:00
index.js Prevented scheduling of recurring analytics jobs when not using emails (#12441) 2020-12-02 08:17:44 +00:00
overrides.js Improved threading performance on non-SQLite clients 2020-11-30 13:27:40 +13:00
update-check.js