Update config default value (#10605)

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
This commit is contained in:
ZenGround0
2023-04-10 10:13:22 -04:00
committed by GitHub
co-authored by zenground0
parent d1364caa84
commit da6b565dc1
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,
},