Skip to content

Commit

Permalink
Set experiments to false in v1.61.x branch (#35569)
Browse files Browse the repository at this point in the history
The release process requires all experiments to be set to either `true`
or `false`, not `debug`.
  • Loading branch information
stanley-cheung committed Jan 16, 2024
1 parent 8231340 commit 0538643
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 49 deletions.
21 changes: 3 additions & 18 deletions src/core/lib/experiments/experiments.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 3 additions & 30 deletions src/core/lib/experiments/experiments.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/lib/experiments/rollouts.yaml
Expand Up @@ -41,7 +41,7 @@
# Supported platforms: ios, windows, posix

- name: call_status_override_on_cancellation
default: debug
default: false
- name: canary_client_privacy
default: false
- name: client_idleness
Expand Down

0 comments on commit 0538643

Please sign in to comment.