From 08b8aa418703891636272e97015d4d834ba92752 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Thu, 16 May 2024 10:13:31 +0200 Subject: [PATCH] add ip-colocation-limit to bootstrap --- run_bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index cab3d90..9181f77 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -18,4 +18,5 @@ exec /usr/bin/wakunode\ --nodekey=30348dd51465150e04a5d9d932c72864c8967f806cce60b5d26afeca1e77eb68\ --nat=extip:${IP}\ --pubsub-topic=/waku/2/rs/66/0\ - --cluster-id=66 \ No newline at end of file + --cluster-id=66\ + --ip-colocation-limit=20 \ No newline at end of file