Skip to content

Commit

Permalink
Remove experimental prefix from --build_event_upload_max_retries
Browse files Browse the repository at this point in the history
…option.

PiperOrigin-RevId: 604571438
Change-Id: I894d02d5a9f3b096d7864ce3cd5ca4ed83b9e028
  • Loading branch information
meisterT authored and copybara-github committed Feb 6, 2024
1 parent 37b6c2b commit 7641008
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public class BuildEventProtocolOptions extends OptionsBase {
public String buildEventUploadStrategy;

@Option(
name = "experimental_build_event_upload_max_retries",
name = "build_event_upload_max_retries",
oldName = "experimental_build_event_upload_max_retries",
defaultValue = "4",
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION},
Expand Down

0 comments on commit 7641008

Please sign in to comment.