From 95b5697e6c4df6802e7f57e40ee8f368cd0320a0 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 8 Jul 2024 15:04:14 +0200 Subject: [PATCH] remove bootstrap config ip-colocation-limit --- run_bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index 9181f77..cab3d90 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -18,5 +18,4 @@ exec /usr/bin/wakunode\ --nodekey=30348dd51465150e04a5d9d932c72864c8967f806cce60b5d26afeca1e77eb68\ --nat=extip:${IP}\ --pubsub-topic=/waku/2/rs/66/0\ - --cluster-id=66\ - --ip-colocation-limit=20 \ No newline at end of file + --cluster-id=66 \ No newline at end of file