diff --git a/p2p/server.go b/p2p/server.go
index b7a92ce553221e6becaf9fd9c88aa136b43f7e16..164aaba37b3f6636db7eb862479bd5f633634576 100644
--- a/p2p/server.go
+++ b/p2p/server.go
@@ -25,10 +25,10 @@ const (
 	// This is the maximum number of inbound connection
 	// that are allowed to linger between 'accepted' and
 	// 'added as peer'.
-	maxAcceptConns = 50
+	maxAcceptConns = 10
 
 	// Maximum number of concurrently dialing outbound connections.
-	maxDialingConns = 50
+	maxDialingConns = 10
 
 	// total timeout for encryption handshake and protocol
 	// handshake in both directions.