https://bugzilla.wikimedia.org/show_bug.cgi?id=39667
--- Comment #6 from MZMcBride <[email protected]> 2012-09-25 03:11:09 UTC --- # Disable all the query pages that take more than about 15 minutes to update # wgDisableQueryPageUpdate @{ 'wgDisableQueryPageUpdate' => array( 'enwiki' => array( 'Ancientpages', // 'CrossNamespaceLinks', # disabled by hashar - bug 16878 'Deadendpages', 'Lonelypages', 'Mostcategories', 'Mostlinked', 'Mostlinkedcategories', 'Mostlinkedtemplates', 'Mostrevisions', 'Fewestrevisions', 'Uncategorizedcategories', 'Wantedtemplates', 'Wantedpages', ), 'default' => array( 'Ancientpages', 'Deadendpages', 'Mostlinked', 'Mostrevisions', 'Wantedpages', 'Fewestrevisions', // 'CrossNamespaceLinks', # disabled by hashar - bug 16878 ), ), # @} end of wgDisableQueryPageUpdate Source: <http://noc.wikimedia.org/conf/InitialiseSettings.php.txt>. Just pasting this here so I don't lose it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
