aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-07 21:43:52 +0100
committerJustin Clark-Casey (justincc)2011-10-07 21:43:52 +0100
commit5bc6503ae1295d00934a5f2ab92484ebcc8513a1 (patch)
treedeaeb8628b20c7bbc10fc06d6a25f2858956ad65 /bin/OpenSim.ini.example
parentComment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message (diff)
downloadopensim-SC_OLD-5bc6503ae1295d00934a5f2ab92484ebcc8513a1.zip
opensim-SC_OLD-5bc6503ae1295d00934a5f2ab92484ebcc8513a1.tar.gz
opensim-SC_OLD-5bc6503ae1295d00934a5f2ab92484ebcc8513a1.tar.bz2
opensim-SC_OLD-5bc6503ae1295d00934a5f2ab92484ebcc8513a1.tar.xz
Correct DeleteScriptsOnRestart to DeleteScriptsOnStartup in comments in OpenSim.ini.example
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 40612e9..d795952 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -223,7 +223,7 @@
223 ;; server to send mail through. 223 ;; server to send mail through.
224 ; emailmodule = DefaultEmailModule 224 ; emailmodule = DefaultEmailModule
225 225
226 ;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true 226 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true
227 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false 227 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
228 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the 228 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
229 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used 229 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used