limin max peers in both postgres and sqlite nodes

This is aimed to narrow down the test environment and avoid
interferences because we have different number of nodes sharing
messages.
This commit is contained in:
Ivan Folgueira Bande 2023-11-02 09:04:03 +01:00
parent 5811b7d577
commit b7be8885d7
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ echo "I am postgres ubuntu. Listening on: ${IP}"
--metrics-server=True\
--metrics-server-port=8003\
--metrics-server-address=0.0.0.0\
--max-connections=250\
--max-connections=4\
--dns-discovery=true\
--discv5-discovery=true\
--discv5-enr-auto-update=True\

View File

@ -40,7 +40,7 @@ echo "I am sqlite ubuntu. Listening on: ${IP}"
--metrics-server=True\
--metrics-server-port=8004\
--metrics-server-address=0.0.0.0\
--max-connections=250\
--max-connections=4\
--dns-discovery=true\
--discv5-discovery=true\
--discv5-enr-auto-update=True\