1
0
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:
Roman Zeyde 2023-11-21 19:39:57 +02:00
parent 8326249088
commit acaebd0494

View File

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