Unverified Commit 71152125 authored by Éloïs's avatar Éloïs
Browse files

[fix] create a 1/4 ratio between maxPrivate and maxPublic ws2p connections

parent 559b9e1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,