Skip to content

Commit

Permalink
Change default for streaming feature flag to false (#6310)
Browse files Browse the repository at this point in the history
  • Loading branch information
verult committed Nov 13, 2023
1 parent 0b90ed6 commit 39bd926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/engine/engine.py
Expand Up @@ -89,7 +89,7 @@ def __init__(
timeout: Optional[int] = None,
serializer: Serializer = CIRCUIT_SERIALIZER,
# TODO(#5996) Remove enable_streaming once the feature is stable.
enable_streaming: bool = True,
enable_streaming: bool = False,
) -> None:
"""Context and client for using Quantum Engine.
Expand Down

0 comments on commit 39bd926

Please sign in to comment.