mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Implement variables for access to performance measurements.
This commit is contained in:
@@ -311,7 +311,7 @@ apr_table_t *collection_retrieve(modsec_rec *msr, const char *col_name,
|
||||
|
||||
rtable = collection_retrieve_ex(NULL, msr, col_name, col_key, col_key_len);
|
||||
|
||||
msr->time_persistence += apr_time_now() - time_before;
|
||||
msr->time_storage_read += apr_time_now() - time_before;
|
||||
|
||||
return rtable;
|
||||
}
|
||||
|
Reference in New Issue
Block a user