forked from LBRYCommunity/lbry-sdk
makefile default to match the number of CPUs and not arbitrary 28
This commit is contained in:
parent
bc678f2146
commit
9b15799c72
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,6 +15,6 @@ start:
|
||||||
dropdb lbry --if-exists
|
dropdb lbry --if-exists
|
||||||
createdb lbry
|
createdb lbry
|
||||||
lbrynet start --full-node \
|
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-rpc-user=lbry --lbrycrd-rpc-pass=somethingelse \
|
||||||
--lbrycrd-dir=${HOME}/.lbrycrd --data-dir=/tmp/tmp-lbrynet
|
--lbrycrd-dir=${HOME}/.lbrycrd --data-dir=/tmp/tmp-lbrynet
|
||||||
|
|
Loading…
Reference in a new issue