update (smaller memory footprint in postprocessing phase because of safecharencode part)

This commit is contained in:
Miroslav Stampar
2011-07-25 20:40:31 +00:00
parent 5770c08784
commit 6bbb8139a0
5 changed files with 8 additions and 6 deletions

View File

@@ -1442,6 +1442,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.reflectiveCounters = {REFLECTIVE_COUNTER.MISS:0, REFLECTIVE_COUNTER.HIT:0}
kb.responseTimes = []
kb.resumedQueries = {}
kb.safeCharEncode = False
kb.singleLogFlags = set()
kb.skipOthersDbms = None
kb.suppressSession = False