From: Juliana Fajardini Date: Mon, 17 Mar 2025 15:54:49 +0000 (-0700) Subject: upgrade: list inspection recursion default limit X-Git-Tag: suricata-7.0.9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6140df708e6e1b6316ff35c9aaa624e70f81e74;p=thirdparty%2Fsuricata.git upgrade: list inspection recursion default limit As the yaml indicated before that if no value was specified there were no limits, and now there will be one. (cherry picked from commit 3985b24e1b985653e9abd6367bdf621616abc85f) --- diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index ebd9dc3374..26df95ddf3 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -59,6 +59,8 @@ Upgrading to 7.0.9 #single-hashsize: 262144 # Max combined hashsize values for all datasets. #total-hashsizes: 67108864 +- For detect inspection recursion limits, if no value is provided, the default is + 3000 now. Upgrading to 7.0.8 ------------------