mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
docs: correct StorageMax config desc
License: MIT Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
This commit is contained in:
parent
8f8fdc093d
commit
0d2cc04fa7
@ -68,8 +68,8 @@ Contains information related to the construction and operation of the on-disk
|
||||
storage system.
|
||||
|
||||
- `StorageMax`
|
||||
An upper limit on the total size of the ipfs repository's datastore. Writes to
|
||||
the datastore will begin to fail once this limit is reached.
|
||||
A soft upper limit for the size of the ipfs repository's datastore. With `StorageGCWatermark`,
|
||||
is used to calculate whether to trigger a gc run (only if `--enable-gc` flag is set).
|
||||
|
||||
Default: `10GB`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user