add a comment to YEngine NumThreadScriptWorkers

This commit is contained in:
UbitUmarov
2020-09-21 16:25:51 +01:00
parent e4c7679e16
commit e6e4e2129b

View File

@@ -1756,7 +1756,8 @@
; maximum heap memory a script can use in KB
;ScriptHeapSize = 1024
; number of threads to execute script. Too many threads can have negative impact on other region operations
; number of threads to execute scripts. Too many threads can have negative impact on other region operations
; if a region machine is not overload (ie has sleeping CPU cores), increasing this number may reduce events response latency
;NumThreadScriptWorkers = 2
; Priority of those threads (Lowest, BelowNormal, Normal, AboveNormal or Highest). Higher priorit can have negative impact on other region operations