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