From: Chad Horohoe Date: Wed, 25 Nov 2009 18:02:03 +0000 (+0000) Subject: (bug 21638) Set hashLevels to 2 like commons, just in case X-Git-Tag: 1.31.0-rc.0~38715 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=bafecbaf4e44df997e7c341bf10a7796daaff568;p=lhc%2Fweb%2Fwiklou.git (bug 21638) Set hashLevels to 2 like commons, just in case --- diff --git a/includes/Setup.php b/includes/Setup.php index 1e4bc0ed9f..f0cfc99e54 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -133,6 +133,7 @@ if( $wgUseInstantCommons ) { 'class' => 'ForeignAPIRepo', 'name' => 'wikimediacommons', 'apibase' => 'http://commons.wikimedia.org/w/api.php', + 'hashLevels' => 2, 'fetchDescription' => true, 'descriptionCacheExpiry' => 43200, 'apiThumbCacheExpiry' => 86400,