mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 06:09:03 +03:00
Testing performance enhancements by enabling transformations cache
Also reduce the utilization of dynamic cast.
This commit is contained in:
@@ -74,6 +74,8 @@ class Variable {
|
||||
|
||||
VariableType m_type;
|
||||
VariableKind m_kind;
|
||||
bool m_isExclusion;
|
||||
bool m_isCount;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user