diff --git a/app/modules/ws2p/lib/constants.ts b/app/modules/ws2p/lib/constants.ts
index 51972d7f7d1dca2c5406d8f7af8fea58bfe740a0..5336add6a7a70e38b326fda13fa5e897ec96083c 100644
--- a/app/modules/ws2p/lib/constants.ts
+++ b/app/modules/ws2p/lib/constants.ts
@@ -16,8 +16,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_LOW_LEVEL: 3,
 
   BAN_DURATION_IN_SECONDS: 120,