Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed default setting for EnableOptimisticDirectExecution
  • Loading branch information
akotalwar committed Jan 26, 2023
commit b99390ef24b9ab6d9d5a03488c16f3d7e4d48850
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class QueryRequestOptions : RequestOptions
/// <value>
/// Direct (optimistic) execution offers improved performance for several kinds of queries such as a single partition streaming query.
/// </value>
internal bool EnableOptimisticDirectExecution { get; set; } = false;
internal bool EnableOptimisticDirectExecution { get; set; }

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