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 24, 2024
1 parent d1b6269 commit dcb0c57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,11 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
$compatDisableFlag("cache_option_disabled")
$experimental;
# Enables the use of no-cache and no-store headers from requests

kvDirectBinding @54 :Bool
$compatEnableFlag("kv_direct_binding")
$experimental;
# Enables bypassing FL by translating pipeline tunnel configuration to subpipeline.
# This flag is used only by the internal repo and not directly by workerd.

}

0 comments on commit dcb0c57

Please sign in to comment.