mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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:
parent
62e3caba2c
commit
a22799e133
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ module.exports = [
|
|||
'accessibility',
|
||||
'meta_title',
|
||||
'meta_description',
|
||||
'tour'
|
||||
'tour',
|
||||
'last_seen'
|
||||
],
|
||||
filter: 'visibility:public',
|
||||
shouldHavePosts: {
|
||||
|
|
Loading…
Add table
Reference in a new issue