Skip to content

Commit

Permalink
bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
shentar committed May 7, 2017
1 parent 9a48ce2 commit 9b113d7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dedup/src/com/shentar/frontend/FrontMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@ public static void main(String[] args) throws Exception
// connector.setSoLingerTime(5000);
server.addConnector(connector);

connector = new ServerConnector(server);
connector.setIdleTimeout(5000);
connector.setAcceptQueueSize(4);
connector.setPort(21483);
List<ConnectionFactory> cflst = new ArrayList<ConnectionFactory>();
cflst.add(new SslConnectionFactory(new SslContextFactory(), "TLS 1.1"));
connector.setConnectionFactories(cflst);
server.addConnector(connector);

server.setHandler(context);

/**
SignalHandler sig = new SignalHandler()
{
Expand Down

0 comments on commit 9b113d7

Please sign in to comment.