docs: fix flag defaults and remove non-existent flags in fundamentals#19573
Merged
bloxster merged 9 commits intoerigontech:mainfrom Mar 2, 2026
Merged
docs: fix flag defaults and remove non-existent flags in fundamentals#19573bloxster merged 9 commits intoerigontech:mainfrom
bloxster merged 9 commits intoerigontech:mainfrom
Conversation
AskAlexSharov
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes multiple inaccuracies across the fundamentals documentation section — stale defaults, non-existent flags, and incorrect port labels.
Changes by file
fundamentals/basic-usage.md--torrent.download.rate: corrected default from128mb→512mb; reworded description to reflect the flag caps bandwidth rather than overclock itfundamentals/performance-tricks.md128MB→512mbfundamentals/default-ports.mdeth/67→eth/69fundamentals/logs.md--verbositydefault was shown as2(numeric level); corrected toinfo(the actual string value used by the flag)fundamentals/security.md--txpool.nolocals=true— this flag does not exist in Erigonfundamentals/multiple-instances.md--db.growth.stepfrom example code block — this flag does not exist in ErigonERIGON_SNAPSHOT_MADV_RND→SNAPSHOT_MADV_RND(appears twice)fundamentals/modules/rpc-daemon.md--grpcfrom the Erigon command in the Remote mode table — the flag is not available on the mainerigonbinary--private.api.addrfundamentals/modules/downloader.md--torrent.download.ratedefault:"128mb"→"512mb"--torrent.upload.ratedefault:"4mb"→"16mb"--torrent.download.slots: marked as DEPRECATED, default corrected128→32fundamentals/configuring-erigon/README.md--discovery.v4default:true→false--discovery.parallelism(non-existent flag)--discovery.ban-threshold(non-existent flag, also had a markdown typo)--log.dir.verbositydefault:info→dbug--override.amsterdamto General Options (narrative + help listing)--mcp.addr,--mcp.port(narrative + help listing)--fcu.timeout,--fcu.background.prune,--fcu.background.commit(narrative + help listing)