https://bugzilla.wikimedia.org/show_bug.cgi?id=50832
Ryan Kaldari <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ryan Kaldari <[email protected]> --- This isn't actually specific to Disambiguator. It's defined by the wgQueryCacheLimit config var. For example, the Redirects list is also limited to 1000 results: http://en.wikipedia.org/wiki/Special:ListRedirects This config var is set to 1000 for enwiki, 2000 for dewiki, and 5000 for all other wikis. So any QueryPages that use caching (i.e. are marked as expensive on a wiki using MiserMode) are limited to X number of results as defined by wgQueryCacheLimit. Unfortunately, this also limits the API results. I'll file a bug about increasing the limit for enwiki. -- 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
