mirror of https://gitee.com/bigwinds/arangodb
backports from 3.1
This commit is contained in:
parent
9ca79d216a
commit
a71fec11ca
|
@ -155,7 +155,6 @@ if [ ! -z "$INTERACTIVE_MODE" ] ; then
|
|||
fi
|
||||
|
||||
SFRE=5.0
|
||||
COMP=2000
|
||||
KEEP=0
|
||||
AG_BASE=$(( $PORT_OFFSET + 4001 ))
|
||||
CO_BASE=$(( $PORT_OFFSET + 8530 ))
|
||||
|
@ -191,7 +190,6 @@ for aid in `seq 0 $(( $NRAGENTS - 1 ))`; do
|
|||
${BUILD}/bin/arangod \
|
||||
-c none \
|
||||
--agency.activate true \
|
||||
--agency.compaction-step-size $COMP \
|
||||
--agency.compaction-keep-size $KEEP \
|
||||
--agency.endpoint $TRANSPORT://localhost:$AG_BASE \
|
||||
--agency.my-address $TRANSPORT://localhost:$port \
|
||||
|
|
Loading…
Reference in New Issue