launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #14910
[Merge] lp:~stevenk/launchpad/remove-suggested-translation-files into lp:launchpad
The proposal to merge lp:~stevenk/launchpad/remove-suggested-translation-files into lp:launchpad has been updated.
Description changed to:
Destroy ITranslationsPerson.suggestTranslatableFiles() and all of its callsites. This should hopefully stop the timeouts on Person:+translations since we no longer want to do an anti-join involving a few million rows. This changes the list that is populated to no longer be made up of roughly '3 * most active projects, 3 * least active projects, 4 * random suggestions', but now '5 * most active projects, 5 * least active projects'.
For more details, see:
https://code.launchpad.net/~stevenk/launchpad/remove-suggested-translation-files/+merge/143058
--
https://code.launchpad.net/~stevenk/launchpad/remove-suggested-translation-files/+merge/143058
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/remove-suggested-translation-files into lp:launchpad.
References