Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit fb506fe

Browse files
disable pruner
1 parent ada6ee8 commit fb506fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/vm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (vm *VM) Initialize(
169169

170170
go vm.run()
171171
go vm.regossip()
172-
go vm.prune()
172+
// go vm.prune()
173173
return nil
174174
}
175175

0 commit comments

Comments
 (0)