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`
export RUST_LOG=electrs=debug
export RAYON_NUM_THREADS=4
electrs \
--db-dir=data/electrs \
--daemon-dir=data/bitcoin \