ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
617 stars 145 forks source link

[GC] Add manual trigger. #4461

Open ruseinov opened 4 days ago

ruseinov commented 4 days ago

Triggering the GC manually currently has only one pitfall - it might leave the DB in an inconsistent state should there be a fork, which is highly unlikely.

Once the F3 is there - it should be nearly 100% safe.