Skip to content
Snippets Groups Projects
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
Branches
Tags
1 merge request!1222Add startup scripts
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment