Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Commit

Permalink
Somehow this was still defaulting to the proxy port :(
Browse files Browse the repository at this point in the history
  • Loading branch information
enyim committed Sep 24, 2010
1 parent 12ca6b8 commit f2990a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class NorthScaleClientConfiguration : INorthScaleClientConfiguration
public NorthScaleClientConfiguration()
{
this.Urls = new List<Uri>();
this.Port = BucketPortType.Proxy;
this.Port = BucketPortType.Direct;

this.SocketPool = new SocketPoolConfiguration();
}
Expand Down

0 comments on commit f2990a2

Please sign in to comment.