Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1810 from helium/jma/seed-node-config
Browse files Browse the repository at this point in the history
static seeds: ohio, ireland, seoul, saopaolo
  • Loading branch information
jadeallenx authored Aug 29, 2022
2 parents 52ade73 + ca644c6 commit 65b5955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{base_dir, "/var/data"},
{onboarding_dir, "/mnt/uboot"},
{num_consensus_members, 16},
{seed_nodes, "/ip4/18.217.27.26/tcp/2154,/ip4/35.161.222.43/tcp/443,/ip4/99.80.158.114/tcp/2154,/ip4/3.66.43.167/tcp/443,/ip4/52.220.121.45/tcp/2154,/ip4/54.207.252.240/tcp/443,/ip4/3.34.10.207/tcp/2154,/ip4/13.238.174.45/tcp/443"},
{seed_nodes, "/ip4/18.217.27.26/tcp/2154,/ip4/99.80.158.114/tcp/443,/ip4/54.207.252.240/tcp/2154,/ip4/3.34.10.207/tcp/443"},
{peerbook_update_interval, 900000},
{max_inbound_connections, 6},
{outbound_gossip_connections, 6},
Expand Down

0 comments on commit 65b5955

Please sign in to comment.