Log the duration of garbage collection at level 3.

This commit is contained in:
ivanr
2010-02-03 07:29:54 +00:00
parent 5c4733f1ab
commit 5448b3fc26
2 changed files with 8 additions and 3 deletions

View File

@@ -775,7 +775,7 @@ void msre_engine_destroy(msre_engine *engine) {
*/
#if defined(PERFORMANCE_MEASUREMENT)
#define PERFORMANCE_MEASUREMENT_LOOP 1000
#define PERFORMANCE_MEASUREMENT_LOOP 5000
static apr_status_t msre_ruleset_process_phase_(msre_ruleset *ruleset, modsec_rec *msr);