(bug 21638) Set hashLevels to 2 like commons, just in case

This commit is contained in:
Chad Horohoe 2009-11-25 18:02:03 +00:00
parent 653d7a89a4
commit bafecbaf4e

View file

@ -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,