Bug 179045

Summary: Limit the number of results to be submitted in one submission.
Product: WebKit Reporter: dewei_zhu
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dewei_zhu, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Description dewei_zhu 2017-10-30 20:46:46 PDT
Limit the number of results to be submitted in one submission.
Comment 1 dewei_zhu 2017-10-30 20:58:15 PDT
Created attachment 325423 [details]
Patch
Comment 2 Ryosuke Niwa 2017-10-31 00:52:03 PDT
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?