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

Node flag to disable calling add_initial_peers function #3475

Merged
merged 2 commits into from
Sep 27, 2021

Conversation

dsiganos
Copy link
Contributor

Node flag to disable calling add_initial_peers function

The add inital peers function reads the peers table and contacts all
the peers listed in it. It is called at startup.

To disable outgoing connections set:
--disable_rep_crawler and --disable_add_initial_peers

The following flags become settable from command line:
disable_ongoing_bootstrap
disable_rep_crawler
disable_request_loop
The add inital peers function reads the peers table and contacts all
the peers listed in it. It is called at startup.

To disable outgoing connections set:
--disable_rep_crawler and --disable_add_initial_peers
@dsiganos dsiganos merged commit 65048c8 into nanocurrency:develop Sep 27, 2021
@dsiganos dsiganos deleted the disable_add_initial_peers branch September 27, 2021 11:28
@zhyatt zhyatt added cli Changes related to the Command Line Interface debug Updates assisting with debugging and development efforts documentation This item indicates the need for or supplies updated or expanded documentation labels Sep 27, 2021
@zhyatt zhyatt added this to the V23.0 milestone Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Changes related to the Command Line Interface debug Updates assisting with debugging and development efforts documentation This item indicates the need for or supplies updated or expanded documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants