From 9b15799c72a6b12f1cd996f92197d04610cff7a0 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 2 Sep 2020 18:50:22 -0300 Subject: [PATCH] makefile default to match the number of CPUs and not arbitrary 28 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38b457ee8..dbc6b9312 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,6 @@ start: dropdb lbry --if-exists createdb lbry lbrynet start --full-node \ - --db-url=postgresql:///lbry --workers=28 --console=advanced --no-spv-address-filters \ + --db-url=postgresql:///lbry --workers=0 --console=advanced --no-spv-address-filters \ --lbrycrd-rpc-user=lbry --lbrycrd-rpc-pass=somethingelse \ --lbrycrd-dir=${HOME}/.lbrycrd --data-dir=/tmp/tmp-lbrynet