@blinklabs/dingo 0.12.1 → 0.13.0
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/.golangci.yml +1 -1
- package/dingo +0 -0
- package/dingo.yaml.example +5 -0
- package/package.json +1 -1
package/.golangci.yml
CHANGED
package/dingo
CHANGED
|
Binary file
|
package/dingo.yaml.example
CHANGED
|
@@ -55,3 +55,8 @@ intersectTip: false
|
|
|
55
55
|
# Maximum cache size in bytes used by BadgerDB for block/index cache
|
|
56
56
|
# Default: 1073741824 (1 GB)
|
|
57
57
|
badgerCacheSize: 1073741824
|
|
58
|
+
|
|
59
|
+
# Maximum total size (in bytes) of all transactions allowed in the mempool.
|
|
60
|
+
# Transactions exceeding this limit will be rejected.
|
|
61
|
+
# Default: 1048576 (1 MB)
|
|
62
|
+
mempoolCapacity: 1048576
|