Simplify ApiStashEdit::checkCache()
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 8 Jun 2016 10:23:39 +0000 (03:23 -0700)
committerOri.livneh <ori@wikimedia.org>
Thu, 9 Jun 2016 21:02:40 +0000 (21:02 +0000)
commite40b678de0dfa338488e3d9734c8a2f0fd3ff979
tree4246e3832cfd89e655ee1870662133a57affabeb
parent8799a1ecc0bab78912a75a8a4f331bf0a05d8039
Simplify ApiStashEdit::checkCache()

Per https://grafana.wikimedia.org/dashboard/db/edit-stash, the
proven_* cases are almost never hit. Simplify the code to avoid
complexity and slow link table queries.

Change-Id: I3f8bd79a80ddb26c6188b1a301c08766e38f6ad4
includes/api/ApiStashEdit.php