mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Reinstate the configuration option on XEngine's use of the lexical
compiler. Changes the default in OpenSim.ini.example to "true" to allow for a broader user base for testing.
This commit is contained in:
@@ -617,7 +617,7 @@ AutoSavePeriod = 15 ; Number of minutes between autosave backups
|
||||
|
||||
[XEngine]
|
||||
; Use the newer LSL to CS compiler (experimental)
|
||||
UseNewCompiler = false
|
||||
UseNewCompiler = true
|
||||
; How many threads to keep alive even if nothing is happening
|
||||
MinThreads = 2
|
||||
; How many threads to start at maximum load
|
||||
|
||||
Reference in New Issue
Block a user