Merge "Make $wgRevisionCacheExpiry default to one week"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index bae7420..c7fda14 100644 (file)
@@ -2123,7 +2123,7 @@ $wgDefaultExternalStore = false;
  *
  * Set to 0 to disable, or number of seconds before cache expiry.
  */
-$wgRevisionCacheExpiry = 0;
+$wgRevisionCacheExpiry = 86400 * 7;
 
 /** @} */ # end text storage }