From 21baa3d102f4171f755210f35f7971c292d159c4 Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Mon, 17 Nov 2025 16:46:33 +0100 Subject: [PATCH] Try another approach for Mac --- bin/pwdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pwdb b/bin/pwdb index 507e2bb..8218be2 100755 --- a/bin/pwdb +++ b/bin/pwdb @@ -38,8 +38,8 @@ EOF exit ${1:-0} } -# Let -i option default to number of CPU cores, use the output of nproc for this. -#JOBS=$(nproc) +# Let -i option default to number of CPU cores. +JOBS=$(getconf _NPROCESSORS_ONLN) db_exec() {