Skip to content

Commit

Permalink
Test with param change - missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
nprun committed Nov 1, 2013
1 parent d880eb4 commit 8e7dd65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/stor/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ public static void main(String[] args) throws Exception {
Environment environment = new Environment();
environment.getParameters().setString("nat_search_policy", "never");

//for testing. allow starting a pastry node on localhost
environment.getParameters().setString("pastry_socket_allow_lookback", "true");

//initialize the boot address for the pastry ring.
InetSocketAddress bootAddress = new InetSocketAddress(InetAddress.getByName(args[0]), PASTRY_RING_PORT);

Expand Down

0 comments on commit 8e7dd65

Please sign in to comment.