aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-21 15:30:00 +0000
committerJustin Clark-Casey (justincc)2011-11-21 15:30:00 +0000
commita94ce3f1dfcc6334538e28e51dcf2e5eb8858193 (patch)
tree3146c909d9f7deeab31bc514205b05886e6d97e9 /bin/OpenSim.ini.example
parentRemove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre... (diff)
downloadopensim-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.
Diffstat (limited to '')
-rwxr-xr-xbin/OpenSim.ini.example14
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