enrv bw workers
This commit is contained in:
parent
46e180ee96
commit
05eecb72e2
1 changed files with 3 additions and 1 deletions
4
.envrc
4
.envrc
|
@ -8,6 +8,8 @@ python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
rm -rf .cache/bw/git_deploy
|
rm -rf .cache/bw/git_deploy
|
||||||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||||
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
|
||||||
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
||||||
|
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
||||||
|
BW_ITEM_WORKERS=16
|
||||||
|
BW_NODE_WORKERS=32
|
||||||
unset PS1
|
unset PS1
|
||||||
|
|
Loading…
Reference in a new issue