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