Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable Tcp settings to CosmosClientOptions #708

Merged
merged 12 commits into from
Aug 16, 2019

Conversation

kirankumarkolli
Copy link
Member

Configurable Tcp settings to CosmosClientOptions

public class ComsosClientOptions
{
   ...
  public Nullable<TimeSpan> IdleTcpConnectionTimeout { get; set; }
  public Nullable<int> MaxRequestsPerTcpConnection { get; set; }      
  public Nullable<int> MaxTcpConnectionsPerEndpoint { get; set; }
  public Nullable<TimeSpan> OpenTcpConnectionTimeout { get; set; } 
   ...
}

ausfeldt
ausfeldt previously approved these changes Aug 15, 2019
Copy link
Contributor

@ausfeldt ausfeldt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@kirankumarkolli
Copy link
Member Author

ValidateAsync is the failing one, unrelated to this PR.

@kirankumarkolli kirankumarkolli merged commit e7a5956 into master Aug 16, 2019
@kirankumarkolli kirankumarkolli deleted the users/kirankk/TCP_client_builder branch August 16, 2019 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants