Skip to content

Commit

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

RELNOTES: The default value of `--experimental_remote_cache_eviction_retries` is changed to `5`.
PiperOrigin-RevId: 680618457
Change-Id: I2106bc8440122ab1109511926c1c256cb1ac4be0
  • Loading branch information
coeuvre authored and copybara-github committed Sep 30, 2024
1 parent 2345011 commit 739e37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public boolean usingLocalTestJobs() {
// TODO: when this flag is moved to non-experimental, rename it to a more general name
// to reflect the new logic - it's not only about cache evictions.
name = "experimental_remote_cache_eviction_retries",
defaultValue = "0",
defaultValue = "5",
documentationCategory = OptionDocumentationCategory.REMOTE,
effectTags = {OptionEffectTag.EXECUTION},
help =
Expand Down

0 comments on commit 739e37d

Please sign in to comment.