mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Set RAYON_NUM_THREADS explicitly in CI
This commit is contained in:
parent
8326249088
commit
acaebd0494
@ -40,6 +40,7 @@ echo `$BTC getblockchaininfo | jq -r '"Generated \(.blocks) regtest blocks (\(.s
|
|||||||
TIP=`$BTC getbestblockhash`
|
TIP=`$BTC getbestblockhash`
|
||||||
|
|
||||||
export RUST_LOG=electrs=debug
|
export RUST_LOG=electrs=debug
|
||||||
|
export RAYON_NUM_THREADS=4
|
||||||
electrs \
|
electrs \
|
||||||
--db-dir=data/electrs \
|
--db-dir=data/electrs \
|
||||||
--daemon-dir=data/bitcoin \
|
--daemon-dir=data/bitcoin \
|
||||||
|
Loading…
Reference in New Issue
Block a user