Change the default for wgThumbnailMinimumBucketDistance
authorGilles Dubuc <gdubuc@wikimedia.org>
Tue, 22 Jul 2014 17:20:12 +0000 (13:20 -0400)
committerGergő Tisza <gtisza@wikimedia.org>
Tue, 22 Jul 2014 17:51:40 +0000 (17:51 +0000)
commit09a0cd1da2bf7772c93e36eeff5fd8f4688fd339
tree951b388dcceb8c3c649267d665e4850189007533
parentd5d37cd034634156c494e7f3dd565895b98205ca
Change the default for wgThumbnailMinimumBucketDistance

This has no effect while $wgThumbnailBuckets is null (the default),
but once buckets are enabled, 0 is a poor setting for the minimum
distance. 50 is arbitrary but definitely better than leaving it at 0.

Change-Id: I845af18cfd00627b26f6325c1d1a512a492a8f7c
includes/DefaultSettings.php