From 0d5441f3bf709e2a902595c28798248542864721 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 22 Jun 2020 11:44:27 -0400 Subject: [PATCH] update --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index de3f275d8..0e5d28930 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ idea: cp -r scripts/idea/* .idea start: - dropdb lbry2 - createdb lbry2 + dropdb lbry + createdb lbry lbrynet start --full-node \ - --db-url=postgresql:///lbry2 --processes=-1 --console=advanced \ + --db-url=postgresql:///lbry --processes=2 --console=advanced --no-spv-address-filters \ --lbrycrd-dir=${HOME}/.lbrycrd --data-dir=/tmp/tmp-lbrynet