aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f02b7a3..dc3eb38 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -218,7 +218,7 @@
218 ;; server to send mail through. 218 ;; server to send mail through.
219 ; emailmodule = DefaultEmailModule 219 ; emailmodule = DefaultEmailModule
220 220
221 ;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true 221 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true
222 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false 222 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
223 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the 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 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used 224 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used