Skip to content

Commit

Permalink
EW-8494 Add KV Direct Binding compatibility flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-cf committed Jul 17, 2024
1 parent 5f1165c commit 21689e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,10 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
$compatDisableFlag("legacy_module_registry")
$experimental;
# Enables of the new module registry implementation.

kvDirectBinding @53 :Bool
$compatEnableFlag("kvDirectBinding")
$experimental;
# Enables bypassing FL by translating pipeline tunnel configuration to subpipeline.

}

0 comments on commit 21689e2

Please sign in to comment.