v5.1.0
Action Required
This is a minor release that is fully backward compatible.
New Configuration
QaServer.config.suppress_performance_gathering = true|false (default is false for backward compatibility)
Currently there is a write to the database with every request to record performance data. If that becomes in itself a performance challenge, it can be turned off by setting QaServer.config.suppress_performance_gathering=true in code or in the qa_server initializer.
Change Log
- allow suppression of performance data gathering