Skip to content

Commit 5e06a75

Browse files
committed
[ServerGlobalCallbacks] Experiment defaults true
1 parent 535c8da commit 5e06a75

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

src/core/lib/experiments/experiments.cc

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/lib/experiments/experiments.h

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/lib/experiments/experiments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
]
244244
- name: server_global_callbacks_ownership
245245
description: If set, server global callbacks ownership is fixed to not be owned by gRPC.
246-
expiry: 2025/06/30
246+
expiry: 2025/09/30
247247
248248
test_tags: []
249249
- name: shard_global_connection_pool

src/core/lib/experiments/rollouts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
- name: schedule_cancellation_over_write
8484
default: false
8585
- name: server_global_callbacks_ownership
86-
default: false
86+
default: true
8787
- name: shard_global_connection_pool
8888
default: true
8989
- name: sleep_promise_exec_ctx_removal

0 commit comments

Comments
 (0)