We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf74511 commit 0eb5baeCopy full SHA for 0eb5bae
1 file changed
include/tbl/params.h
@@ -721,6 +721,20 @@ PARAM_SIMPLE(
721
/* flags */ EXPERIMENTAL
722
)
723
724
+PARAM_SIMPLE(
725
+ /* name */ ban_any_variant,
726
+ /* type */ uint,
727
+ /* min */ "0",
728
+ /* max */ NULL,
729
+ /* def */ "10000",
730
+ /* units */ "checks",
731
+ /* descr */
732
+ "Maximum number of possibly non matching variants that we evaluate "
733
+ "against the ban list during a lookup.\n"
734
+ "Setting this to 0 means that only the matching variants will be "
735
+ "evaluated against the current ban list."
736
+)
737
+
738
PARAM_SIMPLE(
739
/* name */ max_esi_depth,
740
/* type */ uint,
0 commit comments