mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Don't load unnecessary handle data on "transaction.search"
Summary: Ref T13242. Currently, the transaction query loads handles by default (this is unusual). We don't need them, so turn them off. Test Plan: No apparent behavioral change, will compare production profiles. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13242 Differential Revision: https://secure.phabricator.com/D20068
This commit is contained in:
parent
7dd55a728f
commit
942d6d60d5
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ final class TransactionSearchConduitAPIMethod
|
||||||
$object);
|
$object);
|
||||||
|
|
||||||
$xaction_query
|
$xaction_query
|
||||||
|
->needHandles(false)
|
||||||
->withObjectPHIDs(array($object->getPHID()))
|
->withObjectPHIDs(array($object->getPHID()))
|
||||||
->setViewer($viewer);
|
->setViewer($viewer);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue