AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.1k stars 2.57k forks source link

[Proposal] run-client script may induce incredible load on bootstrap nodes on network update #3270

Open Meshiest opened 1 month ago

Meshiest commented 1 month ago

💥 Proposal

The run-client.sh script will trigger a reboot of all clients using the bootstrap nodes as the only initial peers.

As this happens every 1800 seconds (30 minutes), it should be expected that nearly every client in the network will be restarting within 30 minutes of the update. For an example network with 10K clients, this would induce a load of ~333 clients per minute on the bootstrap clients.

Proposals that might help reduce network load:

This could impact the expectations for client sync test case 3 (900 fringe clients)