kubo/core
gammazero c534d77d22 chore: trigger gc if disk at minimum free space limit
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.
2025-01-02 21:09:47 -10:00
..
commands collection of typo fixes (#10647) 2024-12-29 21:27:41 -08:00
coreapi feat: expose BlockKeyCacheSize and enable WriteThrough datastore options (#10614) 2024-12-19 23:12:05 +00:00
corehttp fix: ipfs-webui v4.4.2 (#10635) 2024-12-20 19:24:21 +01:00
coreiface collection of typo fixes (#10647) 2024-12-29 21:27:41 -08:00
corerepo chore: trigger gc if disk at minimum free space limit 2025-01-02 21:09:47 -10:00
coreunix feat: Support storing UnixFS 1.5 Mode and ModTime (#10478) 2024-08-21 02:02:46 +02:00
mock fix: deadlock on retrieving WebTransport addresses (#9857) 2023-05-08 16:11:03 +02:00
node collection of typo fixes (#10647) 2024-12-29 21:27:41 -08:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
builder.go chore: migrate bootstrap to ipfs/boxo (#10158) 2023-10-31 18:25:14 +01:00
core_test.go chore: update boxo, go-libp2p, and internalize mplex (#10095) 2023-08-24 06:11:02 +00:00
core.go Update to boxo with refactored providerQueryManager. (#10595) 2024-11-26 03:34:06 -08:00