From 0ecb50033c45414155ce1da538bc64f1b8dec323 Mon Sep 17 00:00:00 2001 From: alrevuelta Date: Wed, 5 Jul 2023 11:53:40 +0200 Subject: [PATCH] Remove keep alive --- run_nwaku.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run_nwaku.sh b/run_nwaku.sh index b1616ef..d1d038b 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -22,8 +22,7 @@ echo "Using bootstrap node: ${BOOTSTRAP_ENR}" exec /usr/bin/wakunode\ --relay=true\ --rpc-admin=true\ - --keep-alive=true\ - --max-connections=150\ + --max-connections=50\ --dns-discovery=true\ --discv5-discovery=true\ --discv5-enr-auto-update=True\