allow for load testing connections to hit by a setting

This commit is contained in:
John McLear 2015-02-16 23:02:19 +00:00
parent e39b442840
commit ec6a2b5ba9
3 changed files with 14 additions and 2 deletions

View file

@ -144,6 +144,11 @@ exports.loglevel = "INFO";
*/
exports.disableIPlogging = false;
/**
* Disable Load Testing
*/
exports.loadTest = false;
/*
* log4js appender configuration
*/