feat(statistical-detectors): Add option to control query batch size (#54727)
This option will control the number of projects we batch into a single
query. Should max out at 100 as 100 projects x 100 results per project
maxes out the 10,000 rows allowed in the results.