Reduced glob tx pool size

pull/315/head
kompotkot 2021-10-13 16:02:18 +00:00
rodzic 600bba36bb
commit 1443a15c66
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,11 +7,11 @@ User=ubuntu
Group=www-data
ExecStart=/usr/bin/geth --syncmode full \
--port 41381 --datadir /mnt/disks/nodes/ethereum \
--txpool.globalslots 153600 --txpool.globalqueue 30720 \
--txpool.globalslots 153600 --txpool.globalqueue 1024 \
--http --http.port 18375 --http.api eth,web3,txpool
ExecStop=/bin/kill -s SIGINT -$MAINPID
TimeoutStopSec=300
SyslogIdentifier=ethereum-node
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target