Commit 98089ae7 authored by vipwzw's avatar vipwzw

mempool size to 200

parent 90803c25
......@@ -174,7 +174,7 @@ func TestRealNodeMempool(t *testing.T) {
mock33.WaitHeight(0)
mock33.SendHot()
mock33.WaitHeight(1)
n := 300
n := 20
done := make(chan struct{}, n)
keys := make([]crypto.PrivKey, n)
for i := 0; i < n; i++ {
......
......@@ -65,7 +65,7 @@ keyFile="key.pem"
[mempool]
name="price"
poolCacheSize=10240
poolCacheSize=200
minTxFee=100000
maxTxNumPerAccount=100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment