Skip to content

Commit ec727ca

Browse files
authored
Revert "Change default for streaming feature flag to false (#6310)" (#6380)
This reverts commit 39bd926.
1 parent 33c2573 commit ec727ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-google/cirq_google/engine/engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
timeout: Optional[int] = None,
9090
serializer: Serializer = CIRCUIT_SERIALIZER,
9191
# TODO(#5996) Remove enable_streaming once the feature is stable.
92-
enable_streaming: bool = False,
92+
enable_streaming: bool = True,
9393
) -> None:
9494
"""Context and client for using Quantum Engine.
9595

0 commit comments

Comments
 (0)