Skip to content

Commit b99390e

Browse files
committed
Removed default setting for EnableOptimisticDirectExecution
1 parent 82b92c1 commit b99390e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Azure.Cosmos/src/RequestOptions/QueryRequestOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class QueryRequestOptions : RequestOptions
4949
/// <value>
5050
/// Direct (optimistic) execution offers improved performance for several kinds of queries such as a single partition streaming query.
5151
/// </value>
52-
internal bool EnableOptimisticDirectExecution { get; set; } = false;
52+
internal bool EnableOptimisticDirectExecution { get; set; }
5353

5454
/// <summary>
5555
/// Gets or sets the maximum number of items that can be buffered client side during

0 commit comments

Comments
 (0)