aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-07-14 20:53:06 +0100
committerJustin Clark-Casey (justincc)2014-07-14 20:53:06 +0100
commitd62acc7e376930e696e72f2c7d749dd24896fce2 (patch)
tree15955ae5d7d3e6ddaf21cf9d2a9f4ce7ee25d1e5 /bin
parentUse thread-safe version of .NET Random as the SDK class is not thread-safe. (diff)
downloadopensim-SC_OLD-d62acc7e376930e696e72f2c7d749dd24896fce2.zip
opensim-SC_OLD-d62acc7e376930e696e72f2c7d749dd24896fce2.tar.gz
opensim-SC_OLD-d62acc7e376930e696e72f2c7d749dd24896fce2.tar.bz2
opensim-SC_OLD-d62acc7e376930e696e72f2c7d749dd24896fce2.tar.xz
Update information in OpenSimDefaults to reflect the fact that ScriptStopStrategy in [XEngine] can now be changed without manually deleting old compiled scripts.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3f373ce..995768a 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1426,13 +1426,13 @@
1426 ; by scripts have changed. 1426 ; by scripts have changed.
1427 ; DeleteScriptsOnStartup = false 1427 ; DeleteScriptsOnStartup = false
1428 1428
1429 ; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op) 1429 ; Controls whether scripts are stopped by aborting their threads externally (abort)
1430 ; or by co-operative checks inserted by OpenSimulator into compiled script (co-op)
1430 ; co-op will be more stable but this option is currently experimental. 1431 ; co-op will be more stable but this option is currently experimental.
1431 ; If moving from co-op to abort, existing script DLLs will need to be recompiled. 1432 ; If this setting is changed between co-op and abort, then existing scripts will automatically be recompiled if necessary.
1432 ; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run 1433 ; However, the setting change will not take affect until the next time you restart the simulator.
1433 ; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ 1434 ; Setting changes will not affect state information stored for scripts.
1434 ; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile 1435 ;ScriptStopStrategy = abort
1435 ScriptStopStrategy = abort
1436 1436
1437 ; Rate to poll for asynchronous command replies (ms) 1437 ; Rate to poll for asynchronous command replies (ms)
1438 ; currently unused 1438 ; currently unused