mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-26 20:19:31 +00:00
add '--nat:0.0.0.0' flag to hive_integration/nimbus/nimbus.sh
trying Jacek suggestion in #591, I added nat setting to nimbus-eth1 hive shell script. visible difference after adding this flag is the nat library not complaining about "the gateway does not support nat-pmp" anymore. but the slow startup time described in #591 is yet to be measured again, although I already see improvement when executing ethereum/consensus category in hive.
This commit is contained in:
parent
6b639c6f0a
commit
d2c0d2f534
@ -47,7 +47,7 @@
|
||||
set -e
|
||||
|
||||
nimbus=/usr/bin/nimbus
|
||||
FLAGS="--prune:archive"
|
||||
FLAGS="--prune:archive --nat:0.0.0.0"
|
||||
|
||||
if [ "$HIVE_LOGLEVEL" != "" ]; then
|
||||
FLAGS="$FLAGS --log-level:DEBUG"
|
||||
|
Loading…
x
Reference in New Issue
Block a user