Add command to trigger moving GC of hotstore manually

This commit is contained in:
zenground0
2023-03-06 11:59:08 -07:00
parent 394a7dbb34
commit 5534755f2d
3 changed files with 22 additions and 1 deletions
+1
View File
@@ -1361,6 +1361,7 @@ type PruneOpts struct {
type HotGCOpts struct {
Threshold float64
Periodic bool
Moving bool
}
type EthTxReceipt struct {