From b144e1bc16bea2f4fd5e2c728fed3ee19cab2793 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 1 Jul 2024 11:56:08 +0200 Subject: [PATCH] remove keep-alive from bootstrap conf --- run_bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index cc01125..c6ac5f0 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -10,7 +10,6 @@ exec /usr/bin/wakunode\ --rest-admin=true\ --rest-private=true\ --rest-address=0.0.0.0\ - --keep-alive=true\ --max-connections=300\ --dns-discovery=true\ --discv5-discovery=true\