diff options
author | Justin Clark-Casey (justincc) | 2011-10-07 21:43:52 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-07 21:43:52 +0100 |
commit | 5bc6503ae1295d00934a5f2ab92484ebcc8513a1 (patch) | |
tree | deaeb8628b20c7bbc10fc06d6a25f2858956ad65 | |
parent | Comment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message (diff) | |
download | opensim-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
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
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 |