From 270f0d5ae36577f2bbab76cc38fffb6c6349e5cf Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 4 Oct 2011 22:48:28 +0100 Subject: Clarify explanation of DeleteScriptsOnStartup switch in [XEngine]. --- bin/OpenSim.ini.example | 10 +++++----- bin/OpenSimDefaults.ini | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 4b1f5a7..f02b7a3 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -218,11 +218,11 @@ ;; server to send mail through. ; emailmodule = DefaultEmailModule - ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this - ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the - ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used - ; by scripts have changed. - ; Default is false + ;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true + ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false + ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the + ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used + ;; by scripts have changed. ; DeleteScriptsOnStartup = true diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 574aef0..48aa0ad 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1182,12 +1182,11 @@ ;; Path to script assemblies ; ScriptEnginesPath = "ScriptEngines" - ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this - ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the + ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false + ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used ; by scripts have changed. - ; Default is false - ; DeleteScriptsOnStartup = true + ; DeleteScriptsOnStartup = false [OpenGridProtocol] -- cgit v1.1