diff options
author | Melanie | 2011-10-12 07:07:12 +0100 |
---|---|---|
committer | Melanie | 2011-10-12 07:07:12 +0100 |
commit | 4a284110e6af25aedbfa4b7afa7fd5620dc0cdbf (patch) | |
tree | 264c12f905e0a2036d72adfb3ea23b1725bd61cd | |
parent | Merge commit '1c548179778befb50ee7481be7ffc91f2d53fede' into bigmerge (diff) | |
parent | Correct DeleteScriptsOnRestart to DeleteScriptsOnStartup in comments in OpenS... (diff) | |
download | opensim-SC_OLD-4a284110e6af25aedbfa4b7afa7fd5620dc0cdbf.zip opensim-SC_OLD-4a284110e6af25aedbfa4b7afa7fd5620dc0cdbf.tar.gz opensim-SC_OLD-4a284110e6af25aedbfa4b7afa7fd5620dc0cdbf.tar.bz2 opensim-SC_OLD-4a284110e6af25aedbfa4b7afa7fd5620dc0cdbf.tar.xz |
Merge commit '5bc6503ae1295d00934a5f2ab92484ebcc8513a1' into bigmerge
-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 |