0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Added last_seen to authors routing config exclude

refs https://github.com/TryGhost/Toolbox/issues/503

- The "last_seen" property is not used in routing calculations. Without it the routing service was triggering an expensive process on each user login.
This commit is contained in:
Naz 2023-01-24 12:18:19 +08:00
parent 62e3caba2c
commit a22799e133
No known key found for this signature in database

View file

@ -128,7 +128,8 @@ module.exports = [
'accessibility', 'accessibility',
'meta_title', 'meta_title',
'meta_description', 'meta_description',
'tour' 'tour',
'last_seen'
], ],
filter: 'visibility:public', filter: 'visibility:public',
shouldHavePosts: { shouldHavePosts: {