diff options
| -rw-r--r-- | sec_certs/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
