mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
Add check to see if the remaining free space is too low, and if so that should trigger GC to run. - New config value: Datastore.DiskMinFreePercent - Default value: 95 If the percentage of free space on the datastore volume drops below this amount than run GC. The percentage must be from 0 to 100. A value of 0 (unset) results in the default being used. A value of < 0 or > 100 disables this check. |
||
|---|---|---|
| .. | ||
| commands | ||
| coreapi | ||
| corehttp | ||
| coreiface | ||
| corerepo | ||
| coreunix | ||
| mock | ||
| node | ||
| .gitignore | ||
| builder.go | ||
| core_test.go | ||
| core.go | ||