From b6d4be201d0eafd16416a170e4192928095f8a80 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Tue, 20 Apr 2021 10:27:15 +0200 Subject: increase max cpe matches constant --- sec_certs/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec_certs/constants.py b/sec_certs/constants.py index 610e4cc9..645f632d 100644 --- a/sec_certs/constants.py +++ b/sec_certs/constants.py @@ -7,7 +7,7 @@ RETURNCODE_NOK = 'nok' REQUEST_TIMEOUT = 10 CPE_MATCHING_THRESHOLD = 70 -CPE_MAX_MATCHES = 10 +CPE_MAX_MATCHES = 100 MIN_CORRECT_CERT_SIZE = 5000 -- cgit v1.3.1