Skip to content

v5.1.0

Choose a tag to compare

@elrayle elrayle released this 10 Dec 21:57
47b3311

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