We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d407b2e commit ca55228Copy full SHA for ca55228
1 file changed
scripts/dev.sh
@@ -14,7 +14,7 @@ RESET='\033[0m'
14
MAX_XDIST="${MAX_XDIST:-6}"
15
CLI_XDIST_WORKERS="${CLI_XDIST_WORKERS:-2}"
16
XDIST_WORKERS=$(python -c "import multiprocessing as mp; print(min(mp.cpu_count(), $MAX_XDIST))")
17
-LUA_XDIST_WORKERS=$(python -c "print(max($XDIST_WORKERS - $CLI_XDIST_WORKERS, 1))")
+LUA_XDIST_WORKERS="${LUA_XDIST_WORKERS:-2}"
18
19
print_msg() { printf "%b\n" "$1"; }
20
0 commit comments