Bump WANObjectCache::LOW_TTL to 30
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 7 Oct 2015 06:50:24 +0000 (23:50 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 7 Oct 2015 06:50:28 +0000 (23:50 -0700)
commit667e9ef44bb97d82eb7f522ebe773f90c05b9284
tree6c0760d204d0d3cfd961d616b3a0849657534563
parent1fa1235d32cf2788a3b4571e22b47d79e224fcae
Bump WANObjectCache::LOW_TTL to 30

This better handles values that take a long time to
generate. For example if it took 10 sec, then the old
value would not regenerate in time. 30 is a good, high,
value that is the default PHP timeout.

Change-Id: I2e4372bf4c6d28d09347012926d8c0a9deda4183
includes/libs/objectcache/WANObjectCache.php