Increased limits in backend configs

pull/7/head
Jakub Matys 2018-05-30 09:24:16 +02:00
parent 00686089d5
commit ddb93b2a4b
7 changed files with 32 additions and 7 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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