diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c24d030..491e7dd 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -111,10 +111,13 @@ physical_prim = true | |||
111 | ;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll | 111 | ;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll |
112 | ; | 112 | ; |
113 | ; This is the current and most stable ScriptEngine: | 113 | ; This is the current and most stable ScriptEngine: |
114 | script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll | 114 | script_engine = "OpenSim.Region.ScriptEngine.DotNetEngine.dll" |
115 | |||
116 | ; This is the new XEngine (experimental) | ||
117 | ;script_engine = "OpenSim.Region.ScriptEngine.XEngine.dll" | ||
115 | 118 | ||
116 | ;Experimental remote ScriptServer plugin (does not currently work): | 119 | ;Experimental remote ScriptServer plugin (does not currently work): |
117 | ;script_engine = OpenSim.Region.ScriptEngine.RemoteServer.dll | 120 | ;script_engine = "OpenSim.Region.ScriptEngine.RemoteServer.dll" |
118 | 121 | ||
119 | 122 | ||
120 | [StandAlone] | 123 | [StandAlone] |
@@ -596,6 +599,8 @@ AutoSavePeriod = 15 ; Number of minutes between autosave backups | |||
596 | 599 | ||
597 | 600 | ||
598 | [XEngine] | 601 | [XEngine] |
602 | ; Use the newer LSL to CS compiler (experimental) | ||
603 | UseNewCompiler = false | ||
599 | ; How many threads to keep alive even if nothing is happening | 604 | ; How many threads to keep alive even if nothing is happening |
600 | MinThreads = 2 | 605 | MinThreads = 2 |
601 | ; How many threads to start at maximum load | 606 | ; How many threads to start at maximum load |