@blinklabs/dingo 0.11.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dingo +0 -0
- package/dingo.yaml.example +5 -1
- package/package.json +1 -1
package/dingo
ADDED
|
Binary file
|
package/dingo.yaml.example
CHANGED
|
@@ -50,4 +50,8 @@ utxorpcPort: 9090
|
|
|
50
50
|
|
|
51
51
|
# Ignore prior chain history and start from current tip (default: false)
|
|
52
52
|
# This is experimental and may break — use with caution
|
|
53
|
-
intersectTip: false
|
|
53
|
+
intersectTip: false
|
|
54
|
+
|
|
55
|
+
# Maximum cache size in bytes used by BadgerDB for block/index cache
|
|
56
|
+
# Default: 1073741824 (1 GB)
|
|
57
|
+
badgerCacheSize: 1073741824
|