Skip to content

Commit 39bd926

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

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

0 commit comments

Comments
 (0)