diff options
author | Melanie | 2011-10-11 22:53:38 +0100 |
---|---|---|
committer | Melanie | 2011-10-11 22:53:38 +0100 |
commit | d8b78ca4982baa20263cce86fe481d3bc302b5fe (patch) | |
tree | f8c814fabad26da9dd83185d811c61415a5f8947 /bin/OpenSimDefaults.ini | |
parent | Merge commit 'def74404f1ea6b2a0f479c602fd67bcfced41426' into bigmerge (diff) | |
parent | Clarify explanation of the "DeleteScriptsOnStartup" config switch and add thi... (diff) | |
download | opensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.zip opensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.tar.gz opensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.tar.bz2 opensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.tar.xz |
Merge commit '53646070057c9355bba6df9e181253232d97d8e9' into bigmerge
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index ca4fbfb..f5d7f4a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1182,11 +1182,12 @@ | |||
1182 | ;; Path to script assemblies | 1182 | ;; Path to script assemblies |
1183 | ; ScriptEnginesPath = "ScriptEngines" | 1183 | ; ScriptEnginesPath = "ScriptEngines" |
1184 | 1184 | ||
1185 | ; Whether to delete previously compiled scripts when the sim starts. If you disable this | 1185 | ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this |
1186 | ; then startup will be faster. However, then it becomes your responsibility to delete the | 1186 | ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the |
1187 | ; compiled scripts if OpenSim has changed enough that previously compiled scripts are no | 1187 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used |
1188 | ; longer compatible. | 1188 | ; by scripts have changed. |
1189 | DeleteScriptsOnStartup = true | 1189 | ; Default is false |
1190 | ; DeleteScriptsOnStartup = true | ||
1190 | 1191 | ||
1191 | 1192 | ||
1192 | [OpenGridProtocol] | 1193 | [OpenGridProtocol] |