1
0
Fork 0

pool size default

This commit is contained in:
Kaveh Vahedipour 2016-08-19 11:13:25 +02:00
parent 4177f6bef0
commit b865f3a41c
2 changed files with 1 additions and 2 deletions

View File

@ -133,7 +133,7 @@ void AgencyFeature::validateOptions(std::shared_ptr<ProgramOptions> options) {
FATAL_ERROR_EXIT(); FATAL_ERROR_EXIT();
} }
} else { } else {
_poolSize = 1; _poolSize = _size;
} }
// Size needs to be odd // Size needs to be odd

View File

@ -41,7 +41,6 @@ for aid in `seq 0 $(( $NRAGENTS - 1 ))`; do
--agency.activate true \ --agency.activate true \
--agency.endpoint tcp://localhost:$BASE \ --agency.endpoint tcp://localhost:$BASE \
--agency.size $NRAGENTS \ --agency.size $NRAGENTS \
--agency.pool-size $POOLSZ \
--agency.supervision true \ --agency.supervision true \
--agency.supervision-frequency $SFRE \ --agency.supervision-frequency $SFRE \
--agency.wait-for-sync true \ --agency.wait-for-sync true \