mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
correct '-dbcache' to '-prune'
This commit is contained in:
parent
c1223188e0
commit
416b9d9427
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ load it.
|
||||||
A pruned node can load a snapshot. To save space, it's possible to delete the
|
A pruned node can load a snapshot. To save space, it's possible to delete the
|
||||||
snapshot file as soon as `loadtxoutset` finishes.
|
snapshot file as soon as `loadtxoutset` finishes.
|
||||||
|
|
||||||
The minimum `-dbcache` setting is 550 MiB, but this functionality ignores that
|
The minimum `-prune` setting is 550 MiB, but this functionality ignores that
|
||||||
minimum and uses at least 1100 MiB.
|
minimum and uses at least 1100 MiB.
|
||||||
|
|
||||||
As the background sync continues there will be temporarily two chainstate
|
As the background sync continues there will be temporarily two chainstate
|
||||||
|
|
Loading…
Reference in a new issue