mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03: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
@ -128,7 +128,8 @@ module.exports = [
|
||||
'accessibility',
|
||||
'meta_title',
|
||||
'meta_description',
|
||||
'tour'
|
||||
'tour',
|
||||
'last_seen'
|
||||
],
|
||||
filter: 'visibility:public',
|
||||
shouldHavePosts: {
|
||||
|
Loading…
Reference in New Issue
Block a user