Skip to content

Commit

Permalink
moving WriteBuffer obsolete msg to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Jun 29, 2018
1 parent 9bb2665 commit 1799c39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ public int ConnectTimeout
/// <summary>
/// The size of the output buffer to use
/// </summary>
[Obsolete("WriteBuffer will be removed in the 2.0 release - see https://github.com/StackExchange/StackExchange.Redis/issues/871 for details.", false)]
public int WriteBuffer { get { return writeBuffer.GetValueOrDefault(4096); } set { writeBuffer = value; } }

internal LocalCertificateSelectionCallback CertificateSelectionCallback { get { return CertificateSelection; } private set { CertificateSelection = value; } }
Expand Down

0 comments on commit 1799c39

Please sign in to comment.