diff options
author | Justin Clark-Casey (justincc) | 2011-10-04 22:48:28 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-07 20:29:12 +0100 |
commit | 270f0d5ae36577f2bbab76cc38fffb6c6349e5cf (patch) | |
tree | 3ec036d4d6d6528f98b9607004bd41a95dcf1b10 | |
parent | Add execute permission to runprebuild2010.bat (diff) | |
download | opensim-SC_OLD-270f0d5ae36577f2bbab76cc38fffb6c6349e5cf.zip opensim-SC_OLD-270f0d5ae36577f2bbab76cc38fffb6c6349e5cf.tar.gz opensim-SC_OLD-270f0d5ae36577f2bbab76cc38fffb6c6349e5cf.tar.bz2 opensim-SC_OLD-270f0d5ae36577f2bbab76cc38fffb6c6349e5cf.tar.xz |
Clarify explanation of DeleteScriptsOnStartup switch in [XEngine].
-rw-r--r-- | bin/OpenSim.ini.example | 10 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
2 files changed, 8 insertions, 9 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 4b1f5a7..f02b7a3 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -218,11 +218,11 @@ | |||
218 | ;; server to send mail through. | 218 | ;; server to send mail through. |
219 | ; emailmodule = DefaultEmailModule | 219 | ; emailmodule = DefaultEmailModule |
220 | 220 | ||
221 | ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this | 221 | ;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true |
222 | ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | 222 | ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false |
223 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | 223 | ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the |
224 | ; by scripts have changed. | 224 | ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used |
225 | ; Default is false | 225 | ;; by scripts have changed. |
226 | ; DeleteScriptsOnStartup = true | 226 | ; DeleteScriptsOnStartup = true |
227 | 227 | ||
228 | 228 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 574aef0..48aa0ad 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1182,12 +1182,11 @@ | |||
1182 | ;; Path to script assemblies | 1182 | ;; Path to script assemblies |
1183 | ; ScriptEnginesPath = "ScriptEngines" | 1183 | ; ScriptEnginesPath = "ScriptEngines" |
1184 | 1184 | ||
1185 | ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this | 1185 | ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false |
1186 | ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | 1186 | ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the |
1187 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | 1187 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used |
1188 | ; by scripts have changed. | 1188 | ; by scripts have changed. |
1189 | ; Default is false | 1189 | ; DeleteScriptsOnStartup = false |
1190 | ; DeleteScriptsOnStartup = true | ||
1191 | 1190 | ||
1192 | 1191 | ||
1193 | [OpenGridProtocol] | 1192 | [OpenGridProtocol] |