https://bugzilla.wikimedia.org/show_bug.cgi?id=43668
--- Comment #1 from Sam Reed (reedy) <[email protected]> --- We're talking about these query pages, right? # Disable all the query pages that take more than about 15 minutes to update # wgDisableQueryPageUpdate @{ 'wgDisableQueryPageUpdate' => array( 'enwiki' => array( 'Ancientpages', 'Deadendpages', 'Fewestrevisions', 'Lonelypages', 'Mostcategories', 'Mostlinked', 'Mostlinkedcategories', 'Mostlinkedtemplates', 'Mostrevisions', 'Uncategorizedcategories', 'Wantedtemplates', 'Wantedpages', ), 'default' => array( 'Ancientpages', 'Deadendpages', 'Fewestrevisions', 'Mostlinked', 'Mostrevisions', 'Wantedpages', ), 'wikidatawiki' => array( 'Ancientpages', 'Deadendpages', 'Fewestrevisions', 'Lonelypages ', 'Mostlinked', 'Mostrevisions', 'Uncategorizedpages', 'Unwatchedpages', 'Wantedpages', 'Withoutinterwiki', ), ), -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
