mirror of https://gitee.com/bigwinds/arangodb
pool size default
This commit is contained in:
parent
4177f6bef0
commit
b865f3a41c
|
@ -133,7 +133,7 @@ void AgencyFeature::validateOptions(std::shared_ptr<ProgramOptions> options) {
|
|||
FATAL_ERROR_EXIT();
|
||||
}
|
||||
} else {
|
||||
_poolSize = 1;
|
||||
_poolSize = _size;
|
||||
}
|
||||
|
||||
// Size needs to be odd
|
||||
|
|
|
@ -41,7 +41,6 @@ for aid in `seq 0 $(( $NRAGENTS - 1 ))`; do
|
|||
--agency.activate true \
|
||||
--agency.endpoint tcp://localhost:$BASE \
|
||||
--agency.size $NRAGENTS \
|
||||
--agency.pool-size $POOLSZ \
|
||||
--agency.supervision true \
|
||||
--agency.supervision-frequency $SFRE \
|
||||
--agency.wait-for-sync true \
|
||||
|
|
Loading…
Reference in New Issue