diff --git a/app/modules/ws2p/lib/constants.ts b/app/modules/ws2p/lib/constants.ts
index 0a281b5699fa195a1109f1d47ff959cdb6b3e4bf..a48d34646412ebafcf65ce34ea05611d8e0f224f 100644
--- a/app/modules/ws2p/lib/constants.ts
+++ b/app/modules/ws2p/lib/constants.ts
@@ -32,8 +32,8 @@ export const WS2PConstants = {
   DOCPOOL_PULLING_INTERVAL: 3600 * 4, // 4 hours
   SANDBOX_FIRST_PULL_DELAY: 300 * 2,  // 10 minutes after the start
 
-  MAX_LEVEL_1_PEERS: 10,
-  MAX_LEVEL_2_PEERS: 10,
+  MAX_LEVEL_1_PEERS: 5,
+  MAX_LEVEL_2_PEERS: 20,
 
   CONNECTIONS_PRIORITY: {
     MEMBER_KEY_LEVEL: 1,