Use a low TTL for parser output when special pages are included
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 15 Jun 2016 00:48:04 +0000 (17:48 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 15 Jun 2016 00:48:04 +0000 (17:48 -0700)
commit879ebfb18a0b34d28dad83b6067039149c8254cd
treef850e87d24a3808eaa16dc2dda8c64ad0b7a2c75
parent267f63db658dab6592830e1299f9564ece328e36
Use a low TTL for parser output when special pages are included

Previously, no TTL at all was used, which is quite harsh on
performance and had downstream effects like disabling edit
stashing for affected pages.

Bug: T136678
Change-Id: I2462057aa189cfb05fe65d0b3c081a9fd10066a2
includes/parser/Parser.php