diff options
author | Melanie Thielker | 2008-07-28 00:40:35 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-28 00:40:35 +0000 |
commit | 9fca0aca6432f14cd68ffdc51703762ee7b575a3 (patch) | |
tree | cb74e6e4e49d944f33b9011604a15694063e2ae9 /bin/OpenSim.ini.example | |
parent | Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,... (diff) | |
download | opensim-SC_OLD-9fca0aca6432f14cd68ffdc51703762ee7b575a3.zip opensim-SC_OLD-9fca0aca6432f14cd68ffdc51703762ee7b575a3.tar.gz opensim-SC_OLD-9fca0aca6432f14cd68ffdc51703762ee7b575a3.tar.bz2 opensim-SC_OLD-9fca0aca6432f14cd68ffdc51703762ee7b575a3.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6622997..aa5708d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -617,7 +617,7 @@ AutoSavePeriod = 15 ; Number of minutes between autosave backups | |||
617 | 617 | ||
618 | [XEngine] | 618 | [XEngine] |
619 | ; Use the newer LSL to CS compiler (experimental) | 619 | ; Use the newer LSL to CS compiler (experimental) |
620 | UseNewCompiler = false | 620 | UseNewCompiler = true |
621 | ; How many threads to keep alive even if nothing is happening | 621 | ; How many threads to keep alive even if nothing is happening |
622 | MinThreads = 2 | 622 | MinThreads = 2 |
623 | ; How many threads to start at maximum load | 623 | ; How many threads to start at maximum load |