diff options
author | Justin Clark-Casey (justincc) | 2011-09-24 00:22:23 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-24 00:22:23 +0100 |
commit | 53646070057c9355bba6df9e181253232d97d8e9 (patch) | |
tree | 139d865a7a359d439c549a19683dd64dde407188 /bin | |
parent | make distribution creating code to copy FlotsamCache.ini.example to FlotsamCa... (diff) | |
download | opensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.zip opensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.tar.gz opensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.tar.bz2 opensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.tar.xz |
Clarify explanation of the "DeleteScriptsOnStartup" config switch and add this to OpenSim.ini.example since it's very useful if you're not updating OpenSim from source.
On reflection, "DeleteScriptsOnStartup" isn't a great name since it suggests real script deletion rather than compiled versions.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 7 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 11 |
2 files changed, 13 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 925c343..57a2e06 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -218,6 +218,13 @@ | |||
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 | ||
222 | ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | ||
223 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | ||
224 | ; by scripts have changed. | ||
225 | ; Default is false | ||
226 | ; DeleteScriptsOnStartup = true | ||
227 | |||
221 | 228 | ||
222 | [SMTP] | 229 | [SMTP] |
223 | ;; The SMTP server enabled the email module to send email to external | 230 | ;; The SMTP server enabled the email module to send email to external |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index ca4fbfb..f5d7f4a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1182,11 +1182,12 @@ | |||
1182 | ;; Path to script assemblies | 1182 | ;; Path to script assemblies |
1183 | ; ScriptEnginesPath = "ScriptEngines" | 1183 | ; ScriptEnginesPath = "ScriptEngines" |
1184 | 1184 | ||
1185 | ; Whether to delete previously compiled scripts when the sim starts. If you disable this | 1185 | ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this |
1186 | ; then startup will be faster. However, then it becomes your responsibility to delete the | 1186 | ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the |
1187 | ; compiled scripts if OpenSim has changed enough that previously compiled scripts are no | 1187 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used |
1188 | ; longer compatible. | 1188 | ; by scripts have changed. |
1189 | DeleteScriptsOnStartup = true | 1189 | ; Default is false |
1190 | ; DeleteScriptsOnStartup = true | ||
1190 | 1191 | ||
1191 | 1192 | ||
1192 | [OpenGridProtocol] | 1193 | [OpenGridProtocol] |