diff options
| author | Adam Janovsky | 2021-04-20 11:28:59 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-20 11:28:59 +0200 |
| commit | 5fc379b21b255ba62a1ca312d40e99fbaa0d6b34 (patch) | |
| tree | 39d2b4d352a5543df0367945b320594fdf941a9f | |
| parent | 1f69f1766541cd1829c0da0d142e0b36daf95dd9 (diff) | |
| download | sec-certs-5fc379b21b255ba62a1ca312d40e99fbaa0d6b34.tar.gz sec-certs-5fc379b21b255ba62a1ca312d40e99fbaa0d6b34.tar.zst sec-certs-5fc379b21b255ba62a1ca312d40e99fbaa0d6b34.zip | |
adjust cpe matching ocnstant
| -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 645f632d..f19919a6 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 = 100 +CPE_MAX_MATCHES = 20 MIN_CORRECT_CERT_SIZE = 5000 |
