bw worker defaults

This commit is contained in:
cronekorkn 2022-10-01 15:36:01 +02:00
parent addbae4b1d
commit 4035ec7fac
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

4
.envrc
View file

@ -10,6 +10,6 @@ rm -rf .cache/bw/git_deploy
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
mkdir -p "$BW_GIT_DEPLOY_CACHE"
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
BW_ITEM_WORKERS=16
BW_NODE_WORKERS=32
export BW_ITEM_WORKERS=16
export BW_NODE_WORKERS=32
unset PS1