diff --git a/headers/modsecurity/rules_set_properties.h b/headers/modsecurity/rules_set_properties.h index 9b1b8345..9a9d0d2a 100644 --- a/headers/modsecurity/rules_set_properties.h +++ b/headers/modsecurity/rules_set_properties.h @@ -614,8 +614,8 @@ class RulesSetProperties { ConfigXMLParseXmlIntoArgs m_secXMLParseXmlIntoArgs; ConfigBoolean m_tmpSaveUploadedFiles; ConfigBoolean m_uploadKeepFiles; - ConfigDouble m_argumentsLimit; - ConfigDouble m_requestBodyJsonDepthLimit; + ConfigUnsignedInt m_argumentsLimit; + ConfigUnsignedInt m_requestBodyJsonDepthLimit; ConfigUnsignedLong m_requestBodyLimit; ConfigUnsignedLong m_requestBodyNoFilesLimit; ConfigUnsignedLong m_responseBodyLimit;