Skip to content

Commit 39bd926

Browse files
authored
Change default for streaming feature flag to false (#6310)
1 parent 0b90ed6 commit 39bd926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cirq-google/cirq_google/engine/engine.py

Lines changed: 1 addition & 1 deletion
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 = True,
92+
enable_streaming: bool = False,
9393
) -> None:
9494
"""Context and client for using Quantum Engine.
9595

0 commit comments

Comments
 (0)