Skip to content

Commit

Permalink
Update cacheOptionEnabled to use correct compateEnableDate (#3014)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAtulTewari authored Oct 28, 2024
1 parent cf2e60a commit 3be49a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
cacheOptionEnabled @53 :Bool
$compatEnableFlag("cache_option_enabled")
$compatDisableFlag("cache_option_disabled")
$impliedByAfterDate(name = "cacheOptionEnabled", date = "2024-11-11");
$compatEnableDate("2024-11-11");
# Enables the use of no-store headers from requests

kvDirectBinding @54 :Bool
Expand Down

0 comments on commit 3be49a1

Please sign in to comment.