diff options
author | Justin Clark-Casey (justincc) | 2011-11-21 15:30:00 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-21 15:30:00 +0000 |
commit | a94ce3f1dfcc6334538e28e51dcf2e5eb8858193 (patch) | |
tree | 3146c909d9f7deeab31bc514205b05886e6d97e9 | |
parent | Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre... (diff) | |
download | opensim-SC_OLD-a94ce3f1dfcc6334538e28e51dcf2e5eb8858193.zip opensim-SC_OLD-a94ce3f1dfcc6334538e28e51dcf2e5eb8858193.tar.gz opensim-SC_OLD-a94ce3f1dfcc6334538e28e51dcf2e5eb8858193.tar.bz2 opensim-SC_OLD-a94ce3f1dfcc6334538e28e51dcf2e5eb8858193.tar.xz |
Move DeleteScriptsOnStartup switch from [Startup] to [XEngine] in OpenSim.ini.example.
If anybody was changing this and wondering why there was no effect, this is why.
-rwxr-xr-x | bin/OpenSim.ini.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e31d0f4..d4e61a5 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -231,13 +231,6 @@ | |||
231 | ;; server to send mail through. | 231 | ;; server to send mail through. |
232 | ; emailmodule = DefaultEmailModule | 232 | ; emailmodule = DefaultEmailModule |
233 | 233 | ||
234 | ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true | ||
235 | ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false | ||
236 | ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | ||
237 | ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | ||
238 | ;; by scripts have changed. | ||
239 | ; DeleteScriptsOnStartup = true | ||
240 | |||
241 | [SMTP] | 234 | [SMTP] |
242 | ;; The SMTP server enabled the email module to send email to external | 235 | ;; The SMTP server enabled the email module to send email to external |
243 | ;; destinations. | 236 | ;; destinations. |
@@ -571,6 +564,13 @@ | |||
571 | ;; Stack size per thread created | 564 | ;; Stack size per thread created |
572 | ; ThreadStackSize = 262144 | 565 | ; ThreadStackSize = 262144 |
573 | 566 | ||
567 | ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true | ||
568 | ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false | ||
569 | ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | ||
570 | ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | ||
571 | ;; by scripts have changed. | ||
572 | ; DeleteScriptsOnStartup = true | ||
573 | |||
574 | ;; Set this to true (the default) to load each script into a separate | 574 | ;; Set this to true (the default) to load each script into a separate |
575 | ;; AppDomain. Setting this to false will load all script assemblies into the | 575 | ;; AppDomain. Setting this to false will load all script assemblies into the |
576 | ;; current AppDomain, which will reduce the per-script overhead at the | 576 | ;; current AppDomain, which will reduce the per-script overhead at the |