Skip to content

Commit

Permalink
Revert "Change default for streaming feature flag to false (#6310)" (#…
Browse files Browse the repository at this point in the history
…6380)

This reverts commit 39bd926.
  • Loading branch information
verult committed Dec 12, 2023
1 parent 33c2573 commit ec727ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/engine/engine.py
Original file line number Diff line number Diff line change
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 = False,
enable_streaming: bool = True,
) -> None:
"""Context and client for using Quantum Engine.
Expand Down

0 comments on commit ec727ca

Please sign in to comment.