Skip to content

Commit

Permalink
Set default value of --experimental_repository_downloader_retries t…
Browse files Browse the repository at this point in the history
…o `5`.

RELNOTES: `--experimental_repository_downloader_retries` defaults to `5`.
PiperOrigin-RevId: 642703817
Change-Id: I93a3fe0034239354e17471f4ff9764338e00ca48
  • Loading branch information
coeuvre authored and Copybara-Service committed Jun 12, 2024
1 parent e77b8c0 commit 9335cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public class RepositoryOptions extends OptionsBase {

@Option(
name = "experimental_repository_downloader_retries",
defaultValue = "0",
defaultValue = "5",
documentationCategory = OptionDocumentationCategory.BAZEL_CLIENT_OPTIONS,
effectTags = {OptionEffectTag.UNKNOWN},
metadataTags = {OptionMetadataTag.EXPERIMENTAL},
Expand Down

0 comments on commit 9335cf9

Please sign in to comment.