Skip to content

Commit

Permalink
Bigger buffer (32k?).
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Sep 23, 2015
1 parent 3f93664 commit 5761b13
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -195,7 +195,7 @@ public virtual void Identify(string database)

public XdrStream CreateXdrStream()
{
return new XdrStream(new BufferedStream(_networkStream), _characterSet, false);
return new XdrStream(new BufferedStream(_networkStream, 32 * 1024), _characterSet, false);
}

public virtual void Disconnect()
Expand Down

0 comments on commit 5761b13

Please sign in to comment.