Update config default value

This commit is contained in:
zenground0
2023-04-04 20:35:28 +02:00
committed by Phi
parent ef5c6c4c48
commit 0314db7894
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -96,6 +96,7 @@ func DefaultFullNode() *FullNode {
MarkSetType: "badger",
HotStoreFullGCFrequency: 20,
HotStoreMaxSpaceTarget: 650_000_000_000,
HotStoreMaxSpaceThreshold: 150_000_000_000,
HotstoreMaxSpaceSafetyBuffer: 50_000_000_000,
},