WIP (testing)

This commit is contained in:
Manfred Karrer 2016-02-19 23:11:57 +01:00
parent 78a9662220
commit 3efca4101a
2 changed files with 3 additions and 1 deletions

View file

@ -46,7 +46,7 @@ public class PeerManager implements ConnectionListener, MessageListener {
}
static {
setMaxConnections(1);
setMaxConnections(12);
}
private static final int MAX_REPORTED_PEERS = 1000;