From f34a64e458ae1b3ab92ad23c91ec61558c0f8ebe Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Mon, 17 Nov 2025 16:43:47 +0100 Subject: [PATCH] Revert change --- bin/pwdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwdb b/bin/pwdb index 35cb5a0..507e2bb 100755 --- a/bin/pwdb +++ b/bin/pwdb @@ -39,7 +39,7 @@ EOF } # Let -i option default to number of CPU cores, use the output of nproc for this. -JOBS=$(nproc) +#JOBS=$(nproc) db_exec() {