Skip to content

Commit

Permalink
Addressed code review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Sep 30, 2013
1 parent 887a8ca commit c79b3ff
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -22,8 +22,6 @@ public class DefaultConfigurationManager : IConfigurationManager

public DefaultConfigurationManager()
{
// Make the connection timeout equivalent to the disconnect timeout so on the client we know when the
// server "may" have forgotten about us for the Long Polling transport.
ConnectionTimeout = TimeSpan.FromSeconds(110);
DisconnectTimeout = TimeSpan.FromSeconds(30);
DefaultMessageBufferSize = 1000;
Expand Down

0 comments on commit c79b3ff

Please sign in to comment.