makefile default to match the number of CPUs and not arbitrary 28

This commit is contained in:
Victor Shyba 2020-09-02 18:50:22 -03:00
parent bc678f2146
commit 9b15799c72

View file

@ -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