Added $wgShowArchiveThumbnails, may be useful for file store backend load reduction.
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 9ed3d5e..5e9811f 100644 (file)
@@ -2190,6 +2190,11 @@ $wgIgnoreImageErrors = false;
  */
 $wgGenerateThumbnailOnParse = true;
 
+/**
+ * Show thumbnails for old images on the image description page
+ */
+$wgShowArchiveThumbnails = true;
+
 /** Whether or not to use image resizing */
 $wgUseImageResize = true;