diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 925c343..57a2e06 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -218,6 +218,13 @@ | |||
218 | ;; server to send mail through. | 218 | ;; server to send mail through. |
219 | ; emailmodule = DefaultEmailModule | 219 | ; emailmodule = DefaultEmailModule |
220 | 220 | ||
221 | ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this | ||
222 | ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | ||
223 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | ||
224 | ; by scripts have changed. | ||
225 | ; Default is false | ||
226 | ; DeleteScriptsOnStartup = true | ||
227 | |||
221 | 228 | ||
222 | [SMTP] | 229 | [SMTP] |
223 | ;; The SMTP server enabled the email module to send email to external | 230 | ;; The SMTP server enabled the email module to send email to external |