Limit the number of results to be submitted in one submission.
Created attachment 325423 [details] Patch
Comment on attachment 325423 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=325423&action=review > Websites/perf.webkit.org/tools/js/os-build-fetcher.js:22 > + this._maxNumberOfResultsPerSubmit = osConfig['maxNumberOfResultsPerSubmit'] || 20; Why don't we just call this maxSubmitCount?