forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel sync: support --loading_phase_threads instead of using Skyframe…
…Executor.DEFAULT_THREAD_COUNT The number of threads during the loading (i.e., the only thing that bazel sync does) is an important tuneable to obtain good performance and there is no "one size fits all" for this. So make `bazel sync` honor the already existing flag. Related to bazelbuild#6502. Change-Id: Iaf38315b4a6640c7011fee99da235d7c9bbba6b1 PiperOrigin-RevId: 222051926
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters