mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-26 00:05:39 -04:00
increase max connections per ip for docker compose
This commit is contained in:
parent
9ca83478b7
commit
13a675e0fa
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ services:
|
||||||
"--rpc-bind-port=48081",
|
"--rpc-bind-port=48081",
|
||||||
"--no-zmq",
|
"--no-zmq",
|
||||||
"--add-exclusive-node=127.0.0.1:28080",
|
"--add-exclusive-node=127.0.0.1:28080",
|
||||||
|
"--max-connections-per-ip=10",
|
||||||
"--rpc-access-control-origins=http://localhost:8080",
|
"--rpc-access-control-origins=http://localhost:8080",
|
||||||
"--fixed-difficulty=150",
|
"--fixed-difficulty=150",
|
||||||
"--non-interactive",
|
"--non-interactive",
|
||||||
|
@ -55,6 +56,7 @@ services:
|
||||||
"--no-zmq",
|
"--no-zmq",
|
||||||
"--confirm-external-bind",
|
"--confirm-external-bind",
|
||||||
"--add-exclusive-node=127.0.0.1:48080",
|
"--add-exclusive-node=127.0.0.1:48080",
|
||||||
|
"--max-connections-per-ip=10",
|
||||||
"--rpc-access-control-origins=http://localhost:8080",
|
"--rpc-access-control-origins=http://localhost:8080",
|
||||||
"--fixed-difficulty=150",
|
"--fixed-difficulty=150",
|
||||||
"--non-interactive",
|
"--non-interactive",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue