Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 3461582

Browse files
committed
[client] Increase mex size of cache
1 parent 64f7454 commit 3461582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class OpenCTIStix2:
4343
def __init__(self, opencti):
4444
self.opencti = opencti
4545
self.stix2_update = OpenCTIStix2Update(opencti)
46-
self.mapping_cache = LRUCache(maxsize=10000)
46+
self.mapping_cache = LRUCache(maxsize=50000)
4747

4848
######### UTILS
4949
# region utils

0 commit comments

Comments
 (0)