Page MenuHomePhabricator

Document/annotate ListProviders whether they return BIG or SMALL query results
Open, LowPublicFeature

Description

	const LIMIT_BIG1 = 500; // Fast query, std user limit
	const LIMIT_BIG2 = 5000; // Fast query, bot/sysop limit
	const LIMIT_SML1 = 50; // Slow query, std user limit
	const LIMIT_SML2 = 500; // Slow query, bot/sysop limit

We should document ListProviders whether they return SML or BIG, and as such, have some idea how many results it's going to return. This will help in fixing up bugs like T90865

Event Timeline

Reedy raised the priority of this task from to Needs Triage.
Reedy updated the task description. (Show Details)
Reedy added a project: AutoWikiBrowser.
Reedy subscribed.
Aklapper changed the subtype of this task from "Task" to "Feature Request".Nov 22 2022, 5:19 PM