From 797a63674b40a7f836aad49080e016a1fca42850 Mon Sep 17 00:00:00 2001 From: Liuhaai Date: Wed, 20 Dec 2023 14:13:33 -0800 Subject: [PATCH] increase peers to 100 from 30 for mainnet --- config_mainnet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config_mainnet.yaml b/config_mainnet.yaml index ab5d451..71c318f 100644 --- a/config_mainnet.yaml +++ b/config_mainnet.yaml @@ -1,6 +1,7 @@ network: # externalHost: SET YOUR EXTERNAL IP HERE (e.g., 12.34.56.78) externalPort: 4689 + maxPeers: 100 # the number of peers the node keeps connected to bootstrapNodes: - /dns4/bootnode-0.mainnet.iotex.one/tcp/4689/p2p/12D3KooWPfQDF8ASjd4r7jS9e7F1wn6zod7Mf4ERr8etoY6ctQp5 - /dns4/bootnode-1.mainnet.iotex.one/tcp/4689/p2p/12D3KooWN4TQ1CWRA7yvJdQCdti1qARLXXu2UEHJfycn3XbnAnRh