mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-02 14:03:10 +00:00
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:
parent
5811b7d577
commit
b7be8885d7
@ -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\
|
||||
|
||||
@ -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\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user