From f1986d54bb3569e6b075b2125e860f31842a60cc 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/OpenSimDefaults.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bin/OpenSimDefaults.ini') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index cd69e2a..c4f5592 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1194,12 +1194,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