Speedup of caching for char encoding (non-Unicode chars in page)

This commit is contained in:
Miroslav Stampar 2021-03-03 23:08:00 +01:00
parent b3e454d0b1
commit eeacab0f19
4 changed files with 8 additions and 2 deletions

View file

@ -252,6 +252,9 @@ class Connect(object):
singleTimeWarnMessage(warnMsg)
break
if conf.yuge:
retVal = 100 * retVal
return retVal
@staticmethod