https://bugzilla.wikimedia.org/show_bug.cgi?id=46946
Volker Haas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #4 from Volker Haas <[email protected]> --- The problem with the collection is it's size (and the type of articles contained). Rendering the collection is aborted due to a time-out (10 or 15 minutes I believe). You get the time out b/c: * the collections contains a lot of large articles * the individual articles probably have a large edit history which slows down the fetching immensely (since the complete edit history needs to be fetched to display all contributing authors) The only solutions is to split the collection into parts. -- 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
