[webkit-changes] [WebKit/WebKit] c84297: [commits.webkit.org] Throttle repository sync on boot

Jonathan Bedard noreply at github.com
Wed Sep 27 16:47:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c8429741370d12fd83f6abba27442d2a7269914e
      https://github.com/WebKit/WebKit/commit/c8429741370d12fd83f6abba27442d2a7269914e
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M Tools/Scripts/libraries/reporelaypy/reporelaypy/__init__.py
    M Tools/Scripts/libraries/reporelaypy/reporelaypy/checkout.py
    M Tools/Scripts/libraries/reporelaypy/setup.py

  Log Message:
  -----------
  [commits.webkit.org] Throttle repository sync on boot
https://bugs.webkit.org/show_bug.cgi?id=262221
rdar://116145049

Reviewed by Dewei Zhu.

Syncing the checkout in commits.webkit.org can be a CPU intensive
task. Allow the caller of Checkout.update_all to throttle it's own
call so that we leave CPU cycles available to respond to requests.

* Tools/Scripts/libraries/reporelaypy/setup.py: Bump version.
* Tools/Scripts/libraries/reporelaypy/reporelaypy/__init__.py: Ditto.
* Tools/Scripts/libraries/reporelaypy/reporelaypy/checkout.py:
(Checkout.update_all): Add option to throttle checkout update.

Canonical link: https://commits.webkit.org/268546@main




More information about the webkit-changes mailing list