We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57e4127 + 25e6077 commit bcee63bCopy full SHA for bcee63b
src/workerd/io/compatibility-date.capnp
@@ -952,8 +952,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
952
953
pythonDedicatedSnapshot @110 :Bool
954
$compatEnableFlag("python_dedicated_snapshot")
955
- $compatDisableFlag("disable_python_dedicated_snapshot")
956
- $experimental;
+ $compatDisableFlag("disable_python_dedicated_snapshot");
957
# Enables the generation of dedicated snapshots on Python Worker upload. The snapshot will be
958
# stored inside the resulting WorkerBundle of the Worker. The snapshot will be taken after the
959
# top-level execution of the Worker.
0 commit comments