mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 10:51:04 +02:00
Increase Felix lock acquisition timeout
Change-Id: I4b2f49c270d6f6f7ac3ed21b5a6ffb9a849b7319
This commit is contained in:
parent
edb02ce519
commit
b32da8553c
@ -10,6 +10,8 @@
|
||||
# Do modify the keystore location/password and truststore location/password accordingly
|
||||
#export JAVA_OPTS="${JAVA_OPTS:--DenableNettyTLS=true -Djavax.net.ssl.keyStore=/home/ubuntu/onos.jks -Djavax.net.ssl.keyStorePassword=222222 -Djavax.net.ssl.trustStore=/home/ubuntu/onos.jks -Djavax.net.ssl.trustStorePassword=222222}"
|
||||
|
||||
export JAVA_OPTS=-Dds.lock.timeout.milliseconds=10000
|
||||
|
||||
set -e # exit on error
|
||||
set -u # exit on undefined variable
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user