Bug 179045 - Limit the number of results to be submitted in one submission.
Summary: Limit the number of results to be submitted in one submission.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-30 20:46 PDT by dewei_zhu
Modified: 2017-10-31 00:52 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.36 KB, patch)
2017-10-30 20:58 PDT, dewei_zhu
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?