Skip to content

Commit

Permalink
chore: update bootstrap_peers in config (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
winprn authored Dec 3, 2024
1 parent 90d554e commit 341c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/configs/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"addresses": ["/ip4/0.0.0.0/tcp/50000/ws", "/ip4/0.0.0.0/tcp/50001"],
"bootstrap": true,
"bootstrap_peers": [
"/dns4/relay.droak.sh/tcp/443/wss/p2p/Qma3GsJmB47xYuyahPZPSadh1avvxfyYQwk8R3UnFrQ6aP"
"/dns4/bootstrap1.topology.gg/tcp/443/wss/p2p/12D3KooWBu1pZ3v2u6tXSmkN35kiMLENpv3bEXcyT1GJTVhipAkG"
],
"private_key_seed": "bootstrap"
}
Expand Down

1 comment on commit 341c11b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.js Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 341c11b Previous: 76d22c9 Ratio
Create HashGraph with 1000 vertices 10.21 ops/sec (±2.14%) 246 ops/sec (±0.36%) 24.09
Create 2 DRP Objects (1000 vertices each) and Merge 0.49 ops/sec (±2.50%) 0.98 ops/sec (±3.13%) 2

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.