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+

dewei_zhu
Reported 2017-10-30 20:46:46 PDT
Limit the number of results to be submitted in one submission.
Attachments
Patch (9.36 KB, patch)
2017-10-30 20:58 PDT, dewei_zhu
rniwa: review+
dewei_zhu
Comment 1 2017-10-30 20:58:15 PDT
Ryosuke Niwa
Comment 2 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?
Note You need to log in before you can comment on or make changes to this bug.