diff options
author | Jon Atack <jon@atack.com> | 2022-02-23 21:41:01 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-04-19 20:22:34 +0200 |
commit | e8f844888f3663d0cbb8765271d1ee5fea4af579 (patch) | |
tree | a605d9b81c1b63db10fa76c0ba654bec2eb17328 /doc/release-process.md | |
parent | e538eada7c559362f43051f18d38b3d3c3be2dc8 (diff) |
Clarify release process overhead note to be more actionable
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 1031c6c9c1..f5f343a6a3 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -312,4 +312,4 @@ To calculate `m_assumed_chain_state_size`, take the size in GiB of these directo Notes: - When taking the size for `m_assumed_blockchain_size`, there's no need to exclude the `/chainstate` directory since it's a guideline value and an overhead will be added anyway. -- The expected overhead for growth may change over time, so it may not be the same value as last release; pay attention to that when changing the variables. +- The expected overhead for growth may change over time. Consider whether the percentage needs to be changed in response; if so, update it here in this section. |