From bafecbaf4e44df997e7c341bf10a7796daaff568 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 25 Nov 2009 18:02:03 +0000 Subject: [PATCH] (bug 21638) Set hashLevels to 2 like commons, just in case --- includes/Setup.php | 1 + 1 file changed, 1 insertion(+) 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, -- 2.20.1