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 committed by Ivan FB
parent 013d62d17d
commit 3c602482b2
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\