docs: correct StorageMax config desc
License: MIT Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
Adrian Lanzafame committed
Nov 13, 2017 at 08:28 UTC
0d2cc04fa7691f04b899e0a6dede77db96356e68
1 file changed
+2
-2
docs/config.md
+2
-2
@@ -68,8 +68,8 @@ Contains information related to the construction and operation of the on-disk
68
storage system.
69
70
- `StorageMax`
71
-An upper limit on the total size of the ipfs repository's datastore. Writes to
72
-the datastore will begin to fail once this limit is reached.
71
+A soft upper limit for the size of the ipfs repository's datastore. With `StorageGCWatermark`,
72
+is used to calculate whether to trigger a gc run (only if `--enable-gc` flag is set).
73
74
Default: `10GB`
75