change max-connections to 50 instead of 1000

This commit is contained in:
aya 2024-11-07 13:00:47 +02:00
parent 5a0feec9de
commit 27a5d6fa1f

View File

@ -117,7 +117,7 @@ class WakuNode:
"rln-creds-id": None,
"rln-creds-source": None,
"nodekey": self.generate_random_nodekey(),
"max-connections": "1000",
"max-connections": "50",
"filter-subscription-timeout": "600",
}