[webkit-reviews] review granted: [Bug 179045] Limit the number of results to be submitted in one submission. : [Attachment 325423] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 31 00:52:03 PDT 2017


Ryosuke Niwa <rniwa at webkit.org> has granted dewei_zhu at apple.com's request for
review:
Bug 179045: Limit the number of results to be submitted in one submission.
https://bugs.webkit.org/show_bug.cgi?id=179045

Attachment 325423: Patch

https://bugs.webkit.org/attachment.cgi?id=325423&action=review




--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 325423
  --> https://bugs.webkit.org/attachment.cgi?id=325423
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?


More information about the webkit-reviews mailing list