Check if html files contain non ASCII characters.
This commit is contained in:
@@ -249,6 +249,10 @@ ForceInventoryUpdate = False
|
||||
# Default: False
|
||||
LazyCache = False
|
||||
|
||||
# Check if html files contain non ASCII characters.
|
||||
# Default = True
|
||||
CheckHtmlEncoding = True
|
||||
|
||||
# Cache all character names in to memory on server startup
|
||||
# False - names are loaded from Db when they are requested
|
||||
# True - decrease Db usage , increase memory consumption
|
||||
|
||||
Reference in New Issue
Block a user