up the connection limit

This commit is contained in:
Sebastian
2023-12-20 07:26:07 +01:00
parent e62a8fef0a
commit b6b12b7271
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ services:
- "28035:28035" - "28035:28035"
- "28035:28035/udp" - "28035:28035/udp"
restart: unless-stopped restart: unless-stopped
command: node --chain mainnet --full --metrics 0.0.0.0:9001 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 28035 --discovery.port 28035 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' command: node --chain mainnet --full --rpc-max-connections 429496729 --metrics 0.0.0.0:9001 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 28035 --discovery.port 28035 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*'
stop_grace_period: 1m stop_grace_period: 1m
labels: labels:
- "prometheus-scrape.enabled=true" - "prometheus-scrape.enabled=true"

View File

@@ -15,7 +15,7 @@ services:
- "44169:44169" - "44169:44169"
- "44169:44169/udp" - "44169:44169/udp"
restart: unless-stopped restart: unless-stopped
command: node --chain mainnet --metrics 0.0.0.0:9001 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 44169 --discovery.port 44169 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' command: node --chain mainnet --rpc-max-connections 429496729 --metrics 0.0.0.0:9001 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 44169 --discovery.port 44169 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*'
stop_grace_period: 1m stop_grace_period: 1m
labels: labels:
- "prometheus-scrape.enabled=true" - "prometheus-scrape.enabled=true"