Speeding up the post-processing of large dumps

This commit is contained in:
Miroslav Stampar
2020-04-27 14:23:47 +02:00
parent 1825390951
commit 5cacf20eb5
3 changed files with 15 additions and 5 deletions

View File

@@ -1867,6 +1867,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
kb.cache.content = {}
kb.cache.encoding = {}
kb.cache.alphaBoundaries = None
kb.cache.hashRegex = None
kb.cache.intBoundaries = None
kb.cache.parsedDbms = {}
kb.cache.regex = {}