diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 892290e..fa88146 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1311,6 +1311,20 @@ | |||
1311 | ; script assemblies | 1311 | ; script assemblies |
1312 | AppDomainLoading = true | 1312 | AppDomainLoading = true |
1313 | 1313 | ||
1314 | ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false | ||
1315 | ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | ||
1316 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | ||
1317 | ; by scripts have changed. | ||
1318 | ; DeleteScriptsOnStartup = false | ||
1319 | |||
1320 | ; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op) | ||
1321 | ; co-op will be more stable but this option is currently experimental. | ||
1322 | ; If moving from co-op to abort, existing script DLLs will need to be recompiled. | ||
1323 | ; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run | ||
1324 | ; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ | ||
1325 | ; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile | ||
1326 | ScriptStopStrategy = abort | ||
1327 | |||
1314 | ; Rate to poll for asynchronous command replies (ms) | 1328 | ; Rate to poll for asynchronous command replies (ms) |
1315 | ; currently unused | 1329 | ; currently unused |
1316 | ;AsyncLLCommandLoopms = 50 | 1330 | ;AsyncLLCommandLoopms = 50 |
@@ -1412,12 +1426,6 @@ | |||
1412 | ;; Path to script assemblies | 1426 | ;; Path to script assemblies |
1413 | ; ScriptEnginesPath = "ScriptEngines" | 1427 | ; ScriptEnginesPath = "ScriptEngines" |
1414 | 1428 | ||
1415 | ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false | ||
1416 | ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | ||
1417 | ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | ||
1418 | ; by scripts have changed. | ||
1419 | ; DeleteScriptsOnStartup = false | ||
1420 | |||
1421 | 1429 | ||
1422 | [Concierge] | 1430 | [Concierge] |
1423 | ; Enable concierge module | 1431 | ; Enable concierge module |