diff options
author | laanwj <126646+laanwj@users.noreply.github.com> | 2022-02-28 17:39:15 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-04-19 20:22:24 +0200 |
commit | e538eada7c559362f43051f18d38b3d3c3be2dc8 (patch) | |
tree | 0897b85aadd69930268656bf7b7c8e192f899646 /doc/release-process.md | |
parent | b4d2d74767ed0441dbc3a789cad2334eaac54290 (diff) |
Release process: exclude huge files for mainnet m_assumed_blockchain_size
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index b0f7ab02db..1031c6c9c1 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -301,7 +301,7 @@ Both variables are used as a guideline for how much space the user needs on thei Note that all values should be taken from a **fully synced** node and have an overhead of 5-10% added on top of its base value. To calculate `m_assumed_blockchain_size`, take the size in GiB of these directories: -- For `mainnet` -> the data directory, excluding the `/testnet3`, `/signet`, and `/regtest` directories +- For `mainnet` -> the data directory, excluding the `/testnet3`, `/signet`, and `/regtest` directories and any overly large files, e.g. a huge `debug.log` - For `testnet` -> `/testnet3` - For `signet` -> `/signet` |