diff options
Diffstat (limited to 'bin')
-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 |