From ddb93b2a4b62e64db7f5b646f9c856e1b3399080 Mon Sep 17 00:00:00 2001 From: Jakub Matys Date: Wed, 30 May 2018 09:24:16 +0200 Subject: [PATCH] Increased limits in backend configs --- Makefile | 2 +- contrib/backends/bcash/bch-testnet.conf | 6 +++++- contrib/backends/bcash/bch.conf | 6 +++++- contrib/backends/bitcoin/btc-testnet.conf | 6 +++++- contrib/backends/bitcoin/btc.conf | 7 ++++++- contrib/backends/zcash/zec-testnet.conf | 6 +++++- contrib/backends/zcash/zec.conf | 6 +++++- 7 files changed, 32 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index a3bd67b3..e7ec249a 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ test: .bin-image test-all: .bin-image docker run -t --rm -e PACKAGER=$(PACKAGER) -e UPDATE_VENDOR=$(UPDATE_VENDOR) -v $(CURDIR):/src $(BIN_IMAGE) make test-all -deb: .deb-image +deb: .deb-image clean-deb docker run -t --rm -e PACKAGER=$(PACKAGER) -e UPDATE_VENDOR=$(UPDATE_VENDOR) -v $(CURDIR):/src -v $(CURDIR)/build:/out $(DEB_IMAGE) tools: diff --git a/contrib/backends/bcash/bch-testnet.conf b/contrib/backends/bcash/bch-testnet.conf index 87e2a3d0..ad828bb5 100644 --- a/contrib/backends/bcash/bch-testnet.conf +++ b/contrib/backends/bcash/bch-testnet.conf @@ -6,8 +6,12 @@ rpcuser=rpc rpcpassword=rpc rpcport=18031 txindex=1 -rpcworkqueue=32 + zmqpubhashtx=tcp://127.0.0.1:48331 zmqpubhashblock=tcp://127.0.0.1:48331 zmqpubrawblock=tcp://127.0.0.1:48331 zmqpubrawtx=tcp://127.0.0.1:48331 + +rpcworkqueue=1100 +maxmempool=2000 +dbcache=1000 diff --git a/contrib/backends/bcash/bch.conf b/contrib/backends/bcash/bch.conf index 68c2baaa..b8a78547 100644 --- a/contrib/backends/bcash/bch.conf +++ b/contrib/backends/bcash/bch.conf @@ -5,8 +5,12 @@ rpcuser=rpc rpcpassword=rpc rpcport=8031 txindex=1 -rpcworkqueue=32 + zmqpubhashtx=tcp://127.0.0.1:38331 zmqpubhashblock=tcp://127.0.0.1:38331 zmqpubrawblock=tcp://127.0.0.1:38331 zmqpubrawtx=tcp://127.0.0.1:38331 + +rpcworkqueue=1100 +maxmempool=2000 +dbcache=1000 diff --git a/contrib/backends/bitcoin/btc-testnet.conf b/contrib/backends/bitcoin/btc-testnet.conf index fec043a4..184fc932 100644 --- a/contrib/backends/bitcoin/btc-testnet.conf +++ b/contrib/backends/bitcoin/btc-testnet.conf @@ -6,8 +6,12 @@ rpcuser=rpc rpcpassword=rpc rpcport=18030 txindex=1 -rpcworkqueue=32 + zmqpubhashtx=tcp://127.0.0.1:48330 zmqpubhashblock=tcp://127.0.0.1:48330 zmqpubrawblock=tcp://127.0.0.1:48330 zmqpubrawtx=tcp://127.0.0.1:48330 + +rpcworkqueue=1100 +maxmempool=2000 +dbcache=1000 diff --git a/contrib/backends/bitcoin/btc.conf b/contrib/backends/bitcoin/btc.conf index 78c05516..2ce84ee3 100644 --- a/contrib/backends/bitcoin/btc.conf +++ b/contrib/backends/bitcoin/btc.conf @@ -5,8 +5,13 @@ rpcuser=rpc rpcpassword=rpc rpcport=8030 txindex=1 -rpcworkqueue=32 + zmqpubhashtx=tcp://127.0.0.1:38330 zmqpubhashblock=tcp://127.0.0.1:38330 zmqpubrawblock=tcp://127.0.0.1:38330 zmqpubrawtx=tcp://127.0.0.1:38330 + +mempoolexpiry=72 +rpcworkqueue=1100 +maxmempool=2000 +dbcache=1000 diff --git a/contrib/backends/zcash/zec-testnet.conf b/contrib/backends/zcash/zec-testnet.conf index 100bd5b1..4e96c169 100644 --- a/contrib/backends/zcash/zec-testnet.conf +++ b/contrib/backends/zcash/zec-testnet.conf @@ -7,8 +7,12 @@ rpcport=18032 txindex=1 testnet=1 addnode=testnet.z.cash -rpcworkqueue=32 + zmqpubhashtx=tcp://127.0.0.1:48332 zmqpubhashblock=tcp://127.0.0.1:48332 zmqpubrawblock=tcp://127.0.0.1:48332 zmqpubrawtx=tcp://127.0.0.1:48332 + +rpcworkqueue=1100 +maxmempool=2000 +dbcache=1000 diff --git a/contrib/backends/zcash/zec.conf b/contrib/backends/zcash/zec.conf index 94f0a7fa..a82547d2 100644 --- a/contrib/backends/zcash/zec.conf +++ b/contrib/backends/zcash/zec.conf @@ -7,8 +7,12 @@ rpcport=8032 txindex=1 mainnet=1 addnode=mainnet.z.cash -rpcworkqueue=32 + zmqpubhashtx=tcp://127.0.0.1:38332 zmqpubhashblock=tcp://127.0.0.1:38332 zmqpubrawblock=tcp://127.0.0.1:38332 zmqpubrawtx=tcp://127.0.0.1:38332 + +rpcworkqueue=1100 +maxmempool=2000 +dbcache=1000