]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2390 in SNORT/snort3 from ~DIPANDIT/snort3:file_max_limit to...
authorBhargava Jandhyala (bjandhya) <bjandhya@cisco.com>
Fri, 14 Aug 2020 07:43:16 +0000 (07:43 +0000)
committerBhargava Jandhyala (bjandhya) <bjandhya@cisco.com>
Fri, 14 Aug 2020 07:43:16 +0000 (07:43 +0000)
Squashed commit of the following:

commit b8b040ea98f52b3cae6d21e1e7da9be61d796d84
Author: dipto <dipandit@cisco.com>
Date:   Mon Aug 10 03:15:29 2020 -0400

    file_api: Increase default max_files_per_flow limit to 128

src/file_api/file_module.cc

index 58bbf21e30302e6fca64d6db85b6899e32f7aea8..7f42b87d6488435aa94e2f14b78610b629df75ac 100644 (file)
@@ -153,7 +153,7 @@ static const Parameter file_id_params[] =
     { "max_files_cached", Parameter::PT_INT, "8:max53", "65536",
       "maximal number of files cached in memory" },
 
-    { "max_files_per_flow", Parameter::PT_INT, "1:max53", "32",
+    { "max_files_per_flow", Parameter::PT_INT, "1:max53", "128",
       "maximal number of files able to be concurrently processed per flow" },
 
     { "enable_type", Parameter::PT_BOOL, nullptr, "true",