Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improvements from dev feedback #1270

Merged
merged 1 commit into from Feb 8, 2024

Conversation

jacderida
Copy link
Contributor

Reduce the start up time for the local network by removing the wait in the get_available_port function. This function is now only being used to select ports for the RPC service, so it shouldn't be subject to the same problems we had with the node when it switched over to Quic.

Also, the --clean argument on the run command has been extended to kill any existing local network.

Description

reviewpad:summary

@jacderida jacderida force-pushed the local-network-improvments branch 3 times, most recently from 19f9365 to de85a0a Compare February 7, 2024 22:04
Reduce the start up time for the local network by removing the wait in the `get_available_port`
function. This function is now only being used to select ports for the RPC service, so it shouldn't
be subject to the same problems we had with the node when it switched over to Quic.

Also, the `--clean` argument on the run command has been extended to kill any existing local
network.
@joshuef joshuef added this pull request to the merge queue Feb 8, 2024
Merged via the queue into maidsafe:main with commit aadc8b4 Feb 8, 2024
36 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants