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.
1 parent aa162ad commit 25e6077Copy full SHA for 25e6077
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