Skip to content

Commit bcee63b

Browse files
authored
Merge pull request #5221 from cloudflare/dominik/dedicated-snapshots-remove-experimental
Remove experimental annotation from dedicated snapshot compat flag.
2 parents 57e4127 + 25e6077 commit bcee63b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/workerd/io/compatibility-date.capnp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,8 +952,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
952952

953953
pythonDedicatedSnapshot @110 :Bool
954954
$compatEnableFlag("python_dedicated_snapshot")
955-
$compatDisableFlag("disable_python_dedicated_snapshot")
956-
$experimental;
955+
$compatDisableFlag("disable_python_dedicated_snapshot");
957956
# Enables the generation of dedicated snapshots on Python Worker upload. The snapshot will be
958957
# stored inside the resulting WorkerBundle of the Worker. The snapshot will be taken after the
959958
# top-level execution of the Worker.

0 commit comments

Comments
 (0)