diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ | |||
1194 | ;; Path to script assemblies | 1194 | ;; Path to script assemblies |
1195 | ; ScriptEnginesPath = "ScriptEngines" | 1195 | ; ScriptEnginesPath = "ScriptEngines" |
1196 | 1196 | ||
1197 | ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this | 1197 | ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false |
1198 | ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | 1198 | ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the |
1199 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | 1199 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used |
1200 | ; by scripts have changed. | 1200 | ; by scripts have changed. |
1201 | ; Default is false | 1201 | ; DeleteScriptsOnStartup = false |
1202 | ; DeleteScriptsOnStartup = true | ||
1203 | 1202 | ||
1204 | 1203 | ||
1205 | [OpenGridProtocol] | 1204 | [OpenGridProtocol] |