Make code default for pcre match limit match the suricata.yaml default.

remotes/origin/HEAD
Victor Julien 14 years ago
parent c8c4a76dc6
commit 2d9449d060

@ -67,7 +67,7 @@
#define DEFAULT_MATCH_LIMIT 10000000
#define DEFAULT_MATCH_LIMIT_RECURSION 10000000
#define SC_MATCH_LIMIT_DEFAULT 1500
#define SC_MATCH_LIMIT_DEFAULT 3500
#define SC_MATCH_LIMIT_RECURSION_DEFAULT 1500
static int pcre_match_limit = 0;

Loading…
Cancel
Save