aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-12-15 15:31:26 +0200
committerRiccardo Spagni <ric@spagni.net>2015-12-15 15:31:32 +0200
commit0576ff42b53679b20ed9bb6514aaec99f5f135f2 (patch)
tree1460d634325bea5a5bec80d9054ee5087dfa2a8e
parentMerge pull request #539 (diff)
parentRevert connection limit to more customary 8 (diff)
downloadmonero-0576ff42b53679b20ed9bb6514aaec99f5f135f2.tar.xz
Merge pull request #540
75fd96d Revert connection limit to more customary 8 (Javier Smooth)
-rw-r--r--src/cryptonote_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 33005660a..cdb62e3bf 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -95,7 +95,7 @@
#define P2P_LOCAL_WHITE_PEERLIST_LIMIT 1000
#define P2P_LOCAL_GRAY_PEERLIST_LIMIT 5000
-#define P2P_DEFAULT_CONNECTIONS_COUNT 12
+#define P2P_DEFAULT_CONNECTIONS_COUNT 8
#define P2P_DEFAULT_HANDSHAKE_INTERVAL 60 //secondes
#define P2P_DEFAULT_PACKET_MAX_SIZE 50000000 //50000000 bytes maximum packet size
#define P2P_DEFAULT_PEERS_IN_HANDSHAKE 250