aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 3 insertions, 4 deletions
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 @@
1182 ;; Path to script assemblies 1182 ;; Path to script assemblies
1183 ; ScriptEnginesPath = "ScriptEngines" 1183 ; ScriptEnginesPath = "ScriptEngines"
1184 1184
1185 ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this 1185 ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
1186 ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the 1186 ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
1187 ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used 1187 ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
1188 ; by scripts have changed. 1188 ; by scripts have changed.
1189 ; Default is false 1189 ; DeleteScriptsOnStartup = false
1190 ; DeleteScriptsOnStartup = true
1191 1190
1192 1191
1193[OpenGridProtocol] 1192[OpenGridProtocol]